gloriasoft / veaury

Use React in Vue3 and Vue3 in React, And as perfect as possible!
MIT License
1.31k stars 83 forks source link

Fixed creatReactMissVue typo #129

Closed gguiceuna closed 4 months ago

gguiceuna commented 4 months ago

There was a typo in types/veaury.d.ts where it was incorrectly exporting createReactMissVue as creatReactMissVue. This was fixed in veaury@2.2.6 but reintroduced with this commit https://github.com/gloriasoft/veaury/commit/f972a2ba93d02da50072db271e8f5add26cc9033

devilwjp commented 4 months ago

@gguiceuna Thanks for the fix