Browse Source

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

wenliming 2 years ago
parent
commit
77cf521ae1
2 changed files with 1 additions and 1 deletions
  1. 1 1
      src/iframe/nft-card.js
  2. 0 0
      src/view/iframe/nft/card.vue

+ 1 - 1
src/iframe/nft-card.js

@@ -1,5 +1,5 @@
 import { createApp } from 'vue'
-import App from '@/view/nft/card.vue'
+import App from '@/view/iframe/nft/card.vue'
 
 const app = createApp(App);
 

+ 0 - 0
src/view/nft/card.vue → src/view/iframe/nft/card.vue