mirror of
https://github.com/open-webui/assistant.git
synced 2026-07-01 15:50:07 -04:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { createApp } from "vue";
|
|
import App from "./App.vue";
|
|
|
|
createApp(App).mount("#app");
|