isv-robot 2 years ago
parent
commit
aafedf8065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -94,7 +94,7 @@ Object.keys(filters).forEach(key => {
 
 Vue.config.productionTip = false
 
-import globalFunction from './utils/globalFunction.js'
+import * as globalFunction from './utils/globalFunction.js'
 Vue.use(globalFunction)
 new Vue({
   el: '#app',