Skip to content

Commit cd532c6

Browse files
committed
fix bug
1 parent f84543a commit cd532c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/main.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ Vue.use(VueAnalytics, {
2222
router
2323
})
2424

25-
/**
26-
* If you don't want to use mock-server
27-
* you want to use mockjs for request interception
28-
* you can execute:
29-
*
30-
* import { mockXHR } from '../mock'
31-
* mockXHR()
32-
*/
25+
import { mockXHR } from '../mock'
26+
mockXHR()
3327

3428
// set ElementUI lang to EN
3529
Vue.use(ElementUI, { locale })

0 commit comments

Comments
 (0)