|
@@ -3,20 +3,11 @@ import App from '@/view/iframe/buy-nft/index.vue'
|
|
import ElementPlus from 'element-plus'
|
|
import ElementPlus from 'element-plus'
|
|
import 'element-plus/dist/index.css'
|
|
import 'element-plus/dist/index.css'
|
|
|
|
|
|
-import "ant-design-vue/dist/antd.css"; // or 'ant-design-vue/dist/antd.less'
|
|
|
|
import router from '@/router/buy-nft.js'
|
|
import router from '@/router/buy-nft.js'
|
|
-import {Button,message,Tooltip} from "ant-design-vue";
|
|
|
|
-message.config({
|
|
|
|
- top: `10px`,
|
|
|
|
- duration: 3,
|
|
|
|
- maxCount: 1,
|
|
|
|
-});
|
|
|
|
|
|
|
|
const app = createApp(App);
|
|
const app = createApp(App);
|
|
|
|
|
|
-app.use(Button);
|
|
|
|
-app.use(Tooltip);
|
|
|
|
-app.use(message);
|
|
|
|
|
|
+
|
|
app.use(router)
|
|
app.use(router)
|
|
app.use(ElementPlus);
|
|
app.use(ElementPlus);
|
|
app.mount('#app');
|
|
app.mount('#app');
|