mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
docs: prefer shorter demo
This commit is contained in:
@@ -95,9 +95,7 @@ export default {
|
||||
value9: [20, 60],
|
||||
});
|
||||
|
||||
const onChange = (value) => {
|
||||
Toast(t('text') + value);
|
||||
};
|
||||
const onChange = (value) => Toast(t('text') + value);
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
|
Reference in New Issue
Block a user