Sign in

徐烜 / bsth-ebus-h5_editor · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-ebus-h5_editor
  • front-end
  • h5
  • src
  • main.js
  • refactor: move colorPicker to support folder
    f1ea1b75
    ly525 authored
    2020-10-11 10:10:40 +0800  
    Browse Code »
main.js 241 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store/'
import i18n from './locales'
import './plugins/index'

new Vue({
  router,
  store,
  i18n,
  render: h => h(App)
}).$mount('#app')