forked from nutomic/joinpeertube
Bootstrap needs jquery
This commit is contained in:
parent
a86da99666
commit
9322a7927c
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ import VueMatomo from 'vue-matomo';
|
|||
import VueRouter from 'vue-router';
|
||||
import VueI18n from 'vue-i18n';
|
||||
import vueHeadful from 'vue-headful';
|
||||
import 'jquery/src/jquery';
|
||||
import '../node_modules/bootstrap-sass/assets/javascripts/bootstrap.min';
|
||||
|
||||
import App from './App.vue';
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"axios": "^0.18.0",
|
||||
"bootstrap-sass": "^3.4.1",
|
||||
"fork-awesome": "^1.1.7",
|
||||
"jquery": "^3.4.1",
|
||||
"uiv": "^0.28.0",
|
||||
"vue": "^2.6.10",
|
||||
"vue-headful": "^2.0.1",
|
||||
|
|
Loading…
Reference in a new issue