docs: prefer shorter demo

This commit is contained in:
chenjiahan
2021-01-20 21:00:36 +08:00
parent 3787e82ec7
commit cb3219ab66
57 changed files with 95 additions and 315 deletions

View File

@@ -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),