forked from geolba/tethys.frontend
init
This commit is contained in:
commit
8e0bc7c18d
15 changed files with 30446 additions and 0 deletions
4
src/main.ts
Normal file
4
src/main.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
|
||||
createApp(App).mount("#app");
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue