vue3-core/packages-private/sfc-playground/src/download/template/main.js

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

5 lines
90 B
JavaScript
Raw Normal View History

import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')