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

nutui4-vue3-taro-tsx,组件未正常解析 #11

Open
venmax opened this issue Mar 16, 2023 · 0 comments
Open

nutui4-vue3-taro-tsx,组件未正常解析 #11

venmax opened this issue Mar 16, 2023 · 0 comments

Comments

@venmax
Copy link

venmax commented Mar 16, 2023

demo写法:

        <View class='content'>
          <View><Text>{state.msg}</Text> <Dongdong></Dongdong> </View>
          <nut-button type="primary" onClick={() => handleClick(state.msg2)} >点我</nut-button>
          <nut-cell
            show-icon={true}
            isLink={true}
            onClick={() => switchActionSheet('isVisible1')}

          >
            <span><label>基础用法</label></span>
            <div>{state.val}</div>
          </nut-cell>
          <nut-action-sheet
            v-model:visible={state.isVisible1}
            menu-items={menuItemsOne}
            onChoose={chooseItem}
          >
          </nut-action-sheet>
        </View>

显示:
image

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