vue的踩坑路

2022-07-20 00:30:28 字數 549 閱讀 6775

...

//serve pure static assets

var staticpath =path.posix.join(config.dev.assetspublicpath, config.dev.assetssubdirectory)

其實只有這一行,特別注意,這個不加拿不到json

------->拿不到,因為webpack打包後檔案的名字可能會改變,so要看webpack的配置檔案
}

------->資料裡面的值有一些有有一些沒有,如下這種
[,]

好,for迴圈的時候就要在相應的地方加上判斷
for="(item,index) in arrlist" class="goods-list-item">}}

}if="item.review">

}}

Vue踩坑紀錄

前端 vue,vuetify 後端 flask,flask cors 資料庫 mongodb 前後通訊 axios dashboard methods get defkey index key index db.sns.find sort datetime 1 return dumps key in...

Vue踩坑記錄

解決方法如下 第一步 在靜態檔案下引入我們要更換的的 第二步 在index.html檔案中新增這樣一段 icon href static logo.png type image x icon shortcut icon href static logo.png type image x icon 展...

Vue踩坑記錄

官方文件沒有宣告元件名必須全小寫 vue.component my component name 但是我的第乙個vue元件踩了這個坑 hello,melodyjerry 錯誤顯示 hello,melodyjerry 正確顯示,應該是 this is a vue component.呼叫compute...