alessandro trinca tornidor
[feat] set lisa inference as index page
8be838e
raw
history blame
126 Bytes
import { createApp } from "vue";
import Lisa from "./AppLisa.vue";
const lisa = createApp(Lisa);
lisa.mount("#root_index");