mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
docs: prefer shorter demo
This commit is contained in:
@@ -212,9 +212,7 @@ export default {
|
||||
});
|
||||
};
|
||||
|
||||
const onSelect = (action: { text: string }) => {
|
||||
Toast(action.text);
|
||||
};
|
||||
const onSelect = (action: { text: string }) => Toast(action.text);
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
|
Reference in New Issue
Block a user