It has come to my attention that directive param attributes have been phased out in Vue.js 2.0. As a result, I am unable to use syntax like v-model="msg" number
within an input
tag. Are there alternative methods to achieve the same outcomes without relying on deprecated param attributes?