-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
