ultrawidify/src/options/options.js

5 lines
89 B
JavaScript

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