vue-routisan
vue-routisan copied to clipboard
Archived – new package coming soon!
**Describe the bug** When I try to create a named view, I get a console error `Uncaught ReferenceError: components is not defined` **To Reproduce** In `routes.js` ```js import HomePage from...
I took the liberty of creating and adding accurate type declarations for `[email protected]` as I think it'll greatly help with Language Servers being integrated into most IDEs and text editors
This is a cycled-release, which will have at least one alpha, at least one beta, a possible RC or two, and then a final stable release. ### Alpha - [x]...
Code Compilation error "vue": "^3.0.0", "vue-router": "^4.0.0-0", "vue-routisan": "^3.0.0-beta.4", "vuex": "^4.0.0-0", "vuex-router-sync": "^5.0.0"
A test suite should be built up that tests the various features and scenarios. For example, if we define a simple view route, we should test that the compiled route...
Vue Router allows route params to be passed as props to the relevant components renders by a RouterView. Routisan should be able to enable this on a per-route basis, or...
Akin to declaring a `namespace` in Laravel routes, add the ability to define a path namespace that essentially is a component path prefix, handy when using a view resolver function....
Whilst this hasn't been written in Typescript, it's probably a good idea to add typings for better IDE support. `tsc` can do it through source and jsdoc introspection, so that's...
### What version of vue-routisan are you using? 2.1.3 [x.x.x] ### Provide a short but clear description of the bug. The routes are adding a prefix twice when working in...
### What version of vue-routisan are you using? 2.1.0 ### Provide a short but clear description of the bug. Currently, you're obliging groups to have a prefix. If I don't...