소스 검색

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

wenliming 2 년 전
부모
커밋
77cf521ae1
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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