使用组件而非插件的形式重写 quickcommandUI

This commit is contained in:
fofolee
2022-04-25 01:43:57 +08:00
parent b0d06875b3
commit 6d8034d950
18 changed files with 426 additions and 493 deletions

View File

@@ -117,7 +117,7 @@ module.exports = configure(function(ctx) {
// directives: [],
// Quasar plugins
plugins: ['Dialog', 'Notify']
plugins: ['Notify']
},
// animations: 'all', // --- includes all animations
@@ -258,4 +258,4 @@ module.exports = configure(function(ctx) {
}
}
});
});