Skip to content

Commit

Permalink
--init--
Browse files Browse the repository at this point in the history
  • Loading branch information
pjqdyd committed Jun 11, 2019
1 parent f02aefd commit da44e0d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 deletions.
60 changes: 58 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"dependencies": {
"core-js": "^2.6.5",
"element-ui": "^2.9.1",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
Expand Down
4 changes: 3 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'

Vue.config.productionTip = false

Vue.use(ElementUI)
new Vue({
router,
store,
Expand Down

0 comments on commit da44e0d

Please sign in to comment.