Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
beforeEach(() => {
app = createApp()
root = document.createElement('div') as any
})
beforeEach(() => {
app = createApp()
root = document.createElement('div') as any
})
export function initOptions() {
createApp().mount(App, document.getElementById('header') as HTMLElement)
}