新增图书标签 图书营销标签 小店管理
This commit is contained in:
13
src/main.js
13
src/main.js
@@ -2,8 +2,11 @@ import Vue from 'vue'
|
||||
import App from '@/App'
|
||||
import router from '@/router' // api: https://github.com/vuejs/vue-router
|
||||
import store from '@/store' // api: https://github.com/vuejs/vuex
|
||||
import VueCookie from 'vue-cookie' // api: https://github.com/alfhen/vue-cookie
|
||||
import '@/element-ui' // api: https://github.com/ElemeFE/element
|
||||
import VueCookie from 'vue-cookie'
|
||||
import ElementUI from 'element-ui';
|
||||
import 'element-ui/lib/theme-chalk/index.css';
|
||||
Vue.use(ElementUI); // api: https://github.com/alfhen/vue-cookie
|
||||
// import '@/element-ui' // api: https://github.com/ElemeFE/element
|
||||
import '@/icons' // api: http://www.iconfont.cn/
|
||||
import '@/element-ui-theme'
|
||||
import '@/assets/scss/index.scss'
|
||||
@@ -12,6 +15,12 @@ import Bus from '@/assets/js/eventBus.js'
|
||||
import httpRequest from '@/utils/httpRequest' // api: https://github.com/axios/axios
|
||||
import { isAuth } from '@/utils'
|
||||
import cloneDeep from 'lodash/cloneDeep'
|
||||
// import { debounce, throttle } from './utils/dbucTrtl.js';
|
||||
//
|
||||
// import debounce from 'lodash/debounce' //导入lodash中的debounce
|
||||
// 在Vue实例上扩展全局方法
|
||||
// Vue.prototype.debounce = debounce;
|
||||
// Vue.prototype.$throttle = throttle;
|
||||
|
||||
Vue.use(VueCookie)
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Reference in New Issue
Block a user