UNPKG

eslint-config-alloy

Version:
5 lines (3 loc) 93 B
import { createApp } from 'vue'; import App from './App.vue'; createApp(App).mount('#app');