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
+2 -7
View File
@@ -89,13 +89,8 @@ export default {
value6: '',
});
const onSearch = (val) => {
Toast(val);
};
const onCancel = () => {
Toast(t('cancel'));
};
const onSearch = (val) => Toast(val);
const onCancel = () => Toast(t('cancel'));
return {
...toRefs(state),