低調的D吖 2019-11-12 14:12 采纳率: 0%
浏览 1129

Do you know why? Method "filters" has type "object" in the component definition

[Vue warn]: Method "filters" has type "object" in the component definition. Did you reference the function correctly?

filters:{
          showPrice(price){
              return '$' + price.toFixed(2)
          }
      }
  • 写回答

1条回答 默认 最新

  • Arereally 2022-08-26 17:32
    关注

    作者解决了吗

    评论

报告相同问题?