mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2026-04-21 18:44:28 +08:00
refactor: lint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createApp, defineComponent, reactive } from 'vue'
|
||||
import { type VueJSXPluginOptions } from '@vue/babel-plugin-jsx'
|
||||
import type { VueJSXPluginOptions } from '@vue/babel-plugin-jsx'
|
||||
|
||||
export { VueJSXPluginOptions }
|
||||
|
||||
@@ -107,5 +107,5 @@ const App = defineComponent({
|
||||
})
|
||||
|
||||
export function initOptions() {
|
||||
createApp(App).mount(document.getElementById('header')!)
|
||||
createApp(App).mount(document.querySelector('#header')!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user