We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9eaa3c commit 8b1805bCopy full SHA for 8b1805b
src/main.js
@@ -6,6 +6,7 @@ import './mock/index.js'; // 该项目所有请求使用mockjs模拟
6
import './login.js'
7
import './ui.js'
8
Vue.config.productionTip = false;
9
+
10
var vm=new Vue({
11
el: '#app',
12
router,
0 commit comments