Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[layout] mobile中没有找到layout #1016

Closed
BanKnight opened this issue Aug 9, 2023 · 4 comments · Fixed by #1393
Closed

[layout] mobile中没有找到layout #1016

BanKnight opened this issue Aug 9, 2023 · 4 comments · Fixed by #1393
Labels
enhancement New feature or request issueshoot 代码共建平台 middle 中等问题

Comments

@BanKnight
Copy link

BanKnight commented Aug 9, 2023

tdesign-mobile-vue 版本

1.0.0-rc.6

重现链接

No response

重现步骤

我使用桌面端的vue-next代码,提示找不到layout

Header Content Footer
<div>
  <t-layout>
    <t-header>Header</t-header>
    <t-layout>
      <t-aside>Aside</t-aside>
      <t-content>Content</t-content>
    </t-layout>
    <t-footer>Footer</t-footer>
  </t-layout>
</div>

<div>
  <t-layout>
    <t-header>Header</t-header>
    <t-layout>
      <t-content>Content</t-content>
      <t-aside>Aside</t-aside>
    </t-layout>
    <t-footer>Footer</t-footer>
  </t-layout>
</div>

<div>
  <t-layout>
    <t-aside>Aside</t-aside>
    <t-layout>
      <t-header>Header</t-header>
      <t-content>Content</t-content>
      <t-footer>Footer</t-footer>
    </t-layout>
  </t-layout>
</div>

期望结果

正确编译并且使用layout

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

IssueShoot

  • 预估时长: 12
  • 期望完成时间: 2024-5-24 00:00:00 +0000 UTC
  • 开发难度: 中
  • 参与人数: 1
  • 需求对接人: anlyyao
  • 验收标准: 实现期望改造效果,提 PR 并通过验收无误
  • 备注: 最终激励以实际提交 pull request 并合并为准
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2023

👋 @BanKnight,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao
Copy link
Collaborator

anlyyao commented Aug 10, 2023

@BanKnight mobile vue 目前还没支持 layout 组件哈

@anlyyao anlyyao added the enhancement New feature or request label Aug 10, 2023
@BanKnight
Copy link
Author

@anlyyao 那么请问正式版会支持吗?
毕竟这个功能比较重要,而实现又相对简单,目前想要试用下都会因为没有这个组件而不太想动手。

@anlyyao
Copy link
Collaborator

anlyyao commented Oct 18, 2023

@anlyyao 那么请问正式版会支持吗? 毕竟这个功能比较重要,而实现又相对简单,目前想要试用下都会因为没有这个组件而不太想动手。

正在排期,会尽快支持到~

@anlyyao anlyyao added issueshoot 代码共建平台 middle 中等问题 labels Oct 18, 2023
@anlyyao anlyyao closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request issueshoot 代码共建平台 middle 中等问题
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants