Vue-material: [mdTable] mdTablePagination.vue: Computed property subTotal is written

Created on 31 Jul 2017  路  3Comments  路  Source: vuematerial/vue-material

Warning 'Computed property "subTotal" was assigned to but it has no setter.' results from readonly computed property "subTotal" being written in watch method "mdTotal(val)":

this.subTotal = sub > val ? val : sub;

Most helpful comment

so many bug i want to give up

All 3 comments

Did anyone find the solution for this?

so many bug i want to give up

Hello everyone! I think it was fixed on @d3radicated PR #961

Was this page helpful?
0 / 5 - 0 ratings

Related issues

diverted247 picture diverted247  路  3Comments

andreujuanc picture andreujuanc  路  3Comments

maryleloisa picture maryleloisa  路  3Comments

sergey-koretsky picture sergey-koretsky  路  3Comments

xinzhanguo picture xinzhanguo  路  3Comments