chore: fix template explorer mounting
This commit is contained in:
parent
bc07e95ca8
commit
93eba4347d
|
@ -112,5 +112,5 @@ const App = {
|
|||
}
|
||||
|
||||
export function initOptions() {
|
||||
createApp().mount(App, document.getElementById('header')!)
|
||||
createApp(App).mount(document.getElementById('header')!)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue