vue3-core/benchmark/client/vapor.ts

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

5 lines
114 B
TypeScript
Raw Normal View History

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