[Vuejs]-How to save data from Firebase as a number with Vue.js

1👍

try doing split: Number(this.split) to cast a string into number.

Leave a comment