mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 23:39:12 +00:00
yarn add, import, use buefy
This commit is contained in:
parent
aea34d3656
commit
cdc46021dc
3 changed files with 24 additions and 7 deletions
|
@ -1,8 +1,12 @@
|
|||
import Vue from 'vue'
|
||||
import Buefy from 'buefy'
|
||||
import 'buefy/dist/buefy.css'
|
||||
import App from './App.vue'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(Buefy)
|
||||
|
||||
new Vue({
|
||||
render: h => h(App),
|
||||
}).$mount('#app')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue