frontend: switch to esm modules [wip]

This commit is contained in:
nkanaev
2026-06-27 17:45:19 +01:00
parent efd8811603
commit 71fc1defd0
9 changed files with 21893 additions and 27 deletions

View File

@@ -1,4 +1,8 @@
'use strict';
import Vue from 'vue/dist/vue.esm.js'
import i18n from './i18n'
import api from './api'
var app = window.app
var TITLE = document.title
@@ -857,4 +861,4 @@ var vm = new Vue({
}
})
vm.$mount('#app')
export { vm }