kun 9/19 21:40
This commit is contained in:
@@ -3,9 +3,12 @@ import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
|
||||
import ElementUI from 'element-ui'
|
||||
|
||||
import '../static/css/reset.css'
|
||||
import '../static/css/swiper.css'
|
||||
import '../static/fonts/iconfont.css'
|
||||
import 'element-ui/lib/theme-chalk/index.css'
|
||||
|
||||
Vue.prototype.$jump = function (url) {
|
||||
this.$router.push({
|
||||
@@ -13,6 +16,7 @@ Vue.prototype.$jump = function (url) {
|
||||
})
|
||||
}
|
||||
|
||||
Vue.use(ElementUI)
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
|
||||
Reference in New Issue
Block a user