vue封装组件,input为例
input组件:<template> <div> <input :value="currentValue" @input="inputload"> <!--<input :value="currentValue&