Failed to resolve filter: ToFixed

syntax error, solution: add the following code

  filters:{
    toFixed:function(val){
      if(typeof val == 'number'){
        return val.toFixed(2)
      }
    }
  },

note: the position cannot be wrong. The following is the screenshot of the position of my project

Read More: