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

wepy 编译不了 官方组件 keyboard-accessory? #2846

Open
lzhsus opened this issue May 10, 2023 · 0 comments
Open

wepy 编译不了 官方组件 keyboard-accessory? #2846

lzhsus opened this issue May 10, 2023 · 0 comments

Comments

@lzhsus
Copy link

lzhsus commented May 10, 2023

连接:https://developers.weixin.qq.com/miniprogram/dev/component/keyboard-accessory.html

<textarea hold-keyboard="{{true}}">
  <keyboard-accessory class="container" style="height: 50px;">
    <cover-view bindtap="tap" style="flex: 1; background: green;">1</cover-view>
    <cover-view bindtap="tap" style="flex: 1; background: red;">2</cover-view>
  </keyboard-accessory>
</textarea>

编译成了

<textarea hold-keyboard="{{true}}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant