vapor.ts 112 B

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