ui_migration fix(deps): --Preliminary-- Define reactivity, with markRaw function wrapper for components.
This commit is contained in:
parent
fc96ae94f8
commit
6e14bf1dd0
40 changed files with 191 additions and 96 deletions
|
|
@ -27,9 +27,6 @@ const app = createApp(App);
|
|||
// Use visibility observer
|
||||
app.use(VueObserveVisibility);
|
||||
|
||||
// Disable production tip for Vue
|
||||
app.config.productionTip = false;
|
||||
|
||||
// Use global mixins
|
||||
app.mixin(queryMixin);
|
||||
app.mixin(modalMixin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue