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