Vue inputs and v-model support. #14912

This commit is contained in:
Max Lynch
2019-06-03 14:46:57 -05:00
parent 5ba0aa9aac
commit aac7a23fd5
12 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import { createInputComponent } from "./IonBaseInputVue";
export default createInputComponent('IonInputVue', 'ion-input', 'ionInput');