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

@ -7,3 +7,5 @@ export default {
export { Controllers } from './ionic';
export { default as IonicVueRouter } from './router';
export * from './components/inputs';