فهرست منبع

Merge branch 'dev_1.1.1' of https://git.yishihui.com/DeNet/de-net into dev_1.1.1

nieyuge 2 سال پیش
والد
کامیت
7f2acc5605
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/iframe/buy-nft.js

+ 3 - 0
src/iframe/buy-nft.js

@@ -1,5 +1,7 @@
 import { createApp } from 'vue'
 import App from '@/view/iframe/buy-nft/index.vue'
+import ElementPlus from 'element-plus'
+import 'element-plus/dist/index.css'
 
 import router from '@/router/buy-nft.js'
 
@@ -7,4 +9,5 @@ const app = createApp(App);
 
 
 app.use(router)
+app.use(ElementPlus);
 app.mount('#app');