refactor: updated vue syntax
This commit is contained in:
parent
7d238dcf37
commit
89af6d82e7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import "./jquery-bootstrap";
|
||||
import Vue from "vue/dist/vue.esm.js";
|
||||
import { createApp } from "vue";
|
||||
import "./lib/moment";
|
||||
import Sortable from "sortablejs";
|
||||
|
||||
window.Vue = Vue;
|
||||
window.Vue = createApp;
|
||||
window.Sortable = Sortable;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue