vue3-core/benchmark/client/vdom.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
90 B
TypeScript
Raw Normal View History

2024-08-07 03:51:40 +08:00
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')