mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-27 07:00:29 +01:00
9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
// SPDX-FileCopyrightText: 2023 Andreas Palm
|
|
//
|
|
// SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
|
|
|
import App from "./App.vue";
|
|
import {createVueApp} from "@res/js/vue";
|
|
|
|
const app = createVueApp(App).mount('#vueapp')
|