Permalink
Browse files
fix(slacknotes): fix loading of datepicker component
- Loading branch information...
Showing
with
5 additions
and
5 deletions.
-
+5
−5
js/src/app.js
|
@@ -13,6 +13,11 @@ Vue.component('jobs-dashboard', JobsDashboard); |
|
|
|
Vue.component('jobs-dashboard', JobsDashboard); |
|
|
|
Vue.component('slacknotes', Slacknotes); |
|
|
|
|
|
|
|
import 'v2-datepicker/lib/index.css' |
|
|
|
import V2Datepicker from 'v2-datepicker' |
|
|
|
|
|
|
|
Vue.use(V2Datepicker) |
|
|
|
|
|
|
|
if (document.getElementById('podlove-chapters-app')) { |
|
|
|
window.chaptersApp = new Vue({ |
|
|
|
el: '#podlove-chapters-app' |
|
@@ -30,8 +35,3 @@ if (document.getElementById('slacknotes-app')) { |
|
|
|
el: '#slacknotes-app' |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
import 'v2-datepicker/lib/index.css' |
|
|
|
import V2Datepicker from 'v2-datepicker' |
|
|
|
|
|
|
|
Vue.use(V2Datepicker) |
0 comments on commit
13ca12b