import { createApp } from 'vue'; import ApiAdminApp from './ApiAdminApp.vue'; createApp(ApiAdminApp).mount('#admin-api-app');