vapor.ts 113 B

1234
  1. import { createVaporApp } from 'vue/vapor'
  2. import App from './App.vue'
  3. createVaporApp(App as any).mount('#app')