Don't use v-model, bind the value and use the @input event - or: clone the data into a new object before sending, and null values there: const ...
確定! 回上一頁