pnpm install
<script> export default { watch: { value(newValue) { this.updateColumnValue(newValue) }, } } </script>