Duplicated from aletrn/samgis-lisa-on-cuda
0914710 8be838e 0914710 8be838e
1
2
3
4
5
6
7
import { createApp } from "vue"; import AppMain from "./AppSamgis.vue"; const main = createApp(AppMain); main.mount("#root_samgis");