mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
added tour
This commit is contained in:
@@ -31,6 +31,10 @@ import request from './api/request'
|
||||
import i18n from './i18n'
|
||||
import utils from './utils'
|
||||
|
||||
// vue-tour
|
||||
import VueTour from 'vue-tour'
|
||||
import 'vue-tour/dist/vue-tour.css'
|
||||
|
||||
// code mirror
|
||||
Vue.use(codemirror)
|
||||
|
||||
@@ -45,6 +49,9 @@ Vue.component('font-awesome-icon', FontAwesomeIcon)
|
||||
Vue.component('font-awesome-layers', FontAwesomeLayers)
|
||||
Vue.component('font-awesome-layers-text', FontAwesomeLayersText)
|
||||
|
||||
// vue-tour
|
||||
Vue.use(VueTour)
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
// 百度统计
|
||||
|
||||
Reference in New Issue
Block a user