We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sadly it seems that the dependencies are not working as expected :/
🚨 Build failed. @parcel/core: Failed to resolve 'vue-class-component' from './node_modules/s-vuex-class/lib/bindings.js' /home/gabi/Gabi/apps-own/jirush/node_modules/s-vuex-class/lib/bindings.js:1:33 > 1 | import { createDecorator } from 'vue-class-component'; > | ^^^^^^^^^^^^^^^^^^^^^ 2 | import { mapState, mapGetters, mapActions, mapMutations } from 'vuex'; 3 | export var State = createBindingHelper('computed', mapState); @parcel/resolver-default: Cannot find module 'vue-class-component' 💡 Did you mean 'vuex-class-modules'?
The text was updated successfully, but these errors were encountered:
Hi @furstenheim, this repo is quite experimental and therefore quite unstable 😉. Since vue class components are deprecated (see vuejs/vue-class-component#584), I'm planned to switch to https://github.com/facing-dev/vue-facing-decorator or https://github.com/Haixing-Hu/vue3-class-component. Unfortunately my last commit on this was quite incomplete, leaving the code in a complete defect state, sorry. I'll try to fix this the next few weeks...
Sorry, something went wrong.
422027a
gschafra
No branches or pull requests
Sadly it seems that the dependencies are not working as expected :/
The text was updated successfully, but these errors were encountered: