chore: fix template explorer mounting

This commit is contained in:
Evan You 2020-01-29 11:28:18 -05:00
parent bc07e95ca8
commit 93eba4347d

View File

@ -112,5 +112,5 @@ const App = {
} }
export function initOptions() { export function initOptions() {
createApp().mount(App, document.getElementById('header')!) createApp(App).mount(document.getElementById('header')!)
} }