import { createApp } from 'vue' import App from '@/view/iframe/nft/card.vue' const app = createApp(App); app.mount('#app');