mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
signature: download storedObject document in the vuejs app
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { createApp } from "vue";
|
||||
// import { _createI18n } from "ChillMainAssets/vuejs/_js/i18n";
|
||||
// import { appMessages } from "ChillMainAssets/vuejs/HomepageWidget/js/i18n";
|
||||
//import { store } from "ChillDocStoreAssets/vuejs/DocumentSignature/store";
|
||||
import App from "./App.vue";
|
||||
|
||||
//const i18n = _createI18n(appMessages);
|
||||
@@ -9,7 +8,6 @@ import App from "./App.vue";
|
||||
const app = createApp({
|
||||
template: `<app></app>`,
|
||||
})
|
||||
//.use(store)
|
||||
//.use(i18n)
|
||||
.component("app", App)
|
||||
.mount("#document-signature");
|
||||
|
Reference in New Issue
Block a user