mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(): migrate vue to typescript (#15928)
This commit is contained in:

committed by
Mike Hartington

parent
d800c48734
commit
e251ca71b4
3
vue/src/index.ts
Normal file
3
vue/src/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export { default as Ionic } from './ionic';
|
||||
export { default as IonicAPI } from './api';
|
||||
export { default as IonicVueRouter } from './router';
|
Reference in New Issue
Block a user