import { createApp } from 'vue-lynx'; import App from './App.vue'; createApp(App).mount();