setup bootstrap
This commit is contained in:
parent
f6aabc0270
commit
9306f097f2
6 changed files with 38 additions and 76 deletions
|
|
@ -2,6 +2,10 @@ import Vue from 'vue';
|
|||
import App from './App.vue';
|
||||
import store from './store';
|
||||
|
||||
import 'jquery/dist/jquery.min.js';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import 'bootstrap/dist/js/bootstrap.min.js';
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
store,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue