setData (this.value) }, methods: { updateValue: function (value) { this.$emit('input', value) } } } </script>. and use it like that :
確定! 回上一頁