-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
vue-fuse.es.js is not importing properties correctly
`./node_modules/vue-fuse/dist/vue-fuse.es.js`
...
import { ref, computed, watch } from "vue";
...
warning in ./node_modules/vue-fuse/dist/vue-fuse.es.js
"export 'computed' was not found in 'vue'
warning in ./node_modules/vue-fuse/dist/vue-fuse.es.js
"export 'ref' was not found in 'vue'
warning in ./node_modules/vue-fuse/dist/vue-fuse.es.js
"export 'watch' was not found in 'vue'
it works if i change 'vue' on 'vue-demi' manually in node_modules folder
what do I do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels