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
113 B
TypeScript
Raw Normal View History

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