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