1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-24 22:50:24 +01:00
2023-12-11 11:13:30 +01:00

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')