mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 03:47:26 +08:00
[M] Migrate usage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { mount } from 'svelte';
|
||||
import './app.sass'
|
||||
import App from './App.svelte'
|
||||
|
||||
const app = new App({ target: document.getElementById('app')! })
|
||||
const app = mount(App, { target: document.getElementById("app")! });
|
||||
|
||||
export default app
|
||||
export default app
|
||||
|
||||
Reference in New Issue
Block a user