JorgenVatle/meteor-vite

Why v-meteor.ts isn't on package?

Closed this issue ยท 1 comments

Hi, I understand that I need to recreate the v-meteor.ts in my imports/ui folder, copying from example of this project. It's possible to make available in the package to just code import {useMethod, autorun, ...} from meteor-vite?

You should probably just use the vue-meteor-tracker package instead. I believe the v-meteor.ts module is just a leftover prototype for vue-meteor-tracker. ๐Ÿ˜…

Since the v-meteor.ts file is Vue-specific, it's a little outside of the scope of the meteor-vite package. ๐Ÿ‘