[Vue warn]: Method "filters" has type "object" in the component definition. Did you reference the function correctly?
filters:{
showPrice(price){
return '$' + price.toFixed(2)
}
}
[Vue warn]: Method "filters" has type "object" in the component definition. Did you reference the function correctly?
filters:{
showPrice(price){
return '$' + price.toFixed(2)
}
}
收起
微信扫一扫作者解决了吗
微信扫一扫报告相同问题?