kun 9/19 21:40

This commit is contained in:
kun
2019-09-19 21:38:58 +08:00
parent dd5f652106
commit 685e122678
40 changed files with 3049 additions and 185 deletions

View File

@@ -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({