diff --git a/template/module/foot.pug b/template/module/foot.pug index c415501..39e7a65 100644 --- a/template/module/foot.pug +++ b/template/module/foot.pug @@ -1,11 +1,11 @@ script(src="https://unpkg.com/leaflet") script(src="https://unpkg.com/sortablejs") -//- script(src="https://unpkg.com/vue@2") -//- script(src="https://unpkg.com/vue2-datepicker") -//- script(src="https://unpkg.com/vue-textarea-autosize") -//- script(src="https://unpkg.com/vue-multiselect@2") -//- script(src="https://unpkg.com/vue2-leaflet") +script(src="https://unpkg.com/vue@2") +script(src="https://unpkg.com/vue2-datepicker") +script(src="https://unpkg.com/vue-textarea-autosize") +script(src="https://unpkg.com/vue-multiselect@2") +script(src="https://unpkg.com/vue2-leaflet") script(src="https://unpkg.com/vuedraggable") script(src="/public/main.js", type="text/javascript", charset="utf-8") footer.bg-dark