1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-04-02 11:30:22 +02:00
2024-10-04 22:49:08 +02:00

9 lines
209 B
JavaScript

// SPDX-FileCopyrightText: 2023-2024 Andreas Palm
//
// SPDX-License-Identifier: LicenseRef-EGPL-3.1
import App from "./App.vue";
import {createVueApp} from "@res/js/vue";
createVueApp(App).mount('#vueapp')