OpenXE/classes/Modules/MatrixProduct/www/js/entry.js

9 lines
209 B
JavaScript
Raw Normal View History

2024-10-04 22:49:08 +02:00
// SPDX-FileCopyrightText: 2023-2024 Andreas Palm
2023-03-30 10:54:18 +02:00
//
// SPDX-License-Identifier: LicenseRef-EGPL-3.1
import App from "./App.vue";
import {createVueApp} from "@res/js/vue";
2024-10-04 22:49:08 +02:00
createVueApp(App).mount('#vueapp')