mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-27 23:20:28 +01:00
9 lines
216 B
React
9 lines
216 B
React
|
// 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')
|