Last 12 weeks ยท 0 commits
2 of 6 standards met
Repository: vuejs/vue-rx. Description: ๐๏ธ RxJS integration for Vue.js. Stars: 3343, Forks: 188. Primary language: JavaScript. Languages: JavaScript (76.9%), HTML (16.9%), TypeScript (6.1%). License: MIT. Latest release: v6.2.0 (6y ago). Open PRs: 3, open issues: 18. Last activity: 3y ago. Community health: 37%. Top contributors: yyx990803, regou, wx-ps, HerringtonDarkholme, gengjiawen, Baoyx007, Gavin-Gong, jbruni, SangKa, undoZen and others.
Hi How initialize vuerx in vue3 because the old version Vue.use not work in vue3 When I write app.use because app.use want Plugin_2 properties Do you have an solution Thanks
Hi! No matter how I try, I cannot import vue-rx into my spring boot admin (vue3) application that was just migrated from vue2. "vue": "^3.4.19", "rxjs": "^6.6.7", "vue-rx": "^6.2.0", "vuex": "^4.1.0" "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vue-macros/reactivity-transform": "^0.4.3", "@vue/compiler-sfc": "^3.4.19", "vite": "5.1.1", "vite-plugin-static-copy": "^1.0.1" }, It always throws the error of: Can you please help me out?
I want to use a stream with into with but then I have an error: When I use that into everything is all right but I have to subscribe that observable so is it a good place for that? Is using the inside guarantee unsubscribe before component will be destroyed?