0
点赞
收藏
分享

微信扫一扫

vue引入并使用本地json

Mhhao 2021-09-24 阅读 45
随笔
import backData from './card.json'
data(){
  return {
      cardJson:''    
  }
}
mounted(){
   this.cardJson=backData
}
举报

相关推荐

0 条评论