refactor: lint

This commit is contained in:
Kevin Deng
2025-11-26 17:12:35 +08:00
parent 620450b5ba
commit 5279b2eb69
33 changed files with 2271 additions and 449 deletions

View File

@@ -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')!)
}