See the Pen VUE3 기초 / v-model by ucong2222 (@ucong2222) on CodePen. * 더 알아보기 v-model = @input + :value 생략 전 생략 후 const inputMaxDan = Vue.computed(() => { return Math.max(dan, inputDanMax); }); const inputMaxDan = Vue.computed(() => Math.max(dan, inputDanMax) ); - 하나밖에 없으므로 {}와 return 생략 가능