nft-group-card.js 202 B

1234567
  1. import { createApp } from 'vue'
  2. import App from '@/view/iframe/nft/group-card.vue'
  3. const app = createApp(App);
  4. import CoutomSentry from "@/uilts/sentry.js"
  5. CoutomSentry.initVue(app)
  6. app.mount('#app');