voie
voie copied to clipboard
[UNMAINTAINED] Simple Vue.js router / layout manager
Upon loading the file you get `Uncaught Error: Cannot find module 'vue'` See https://jsfiddle.net/L5okd7kz/1/
We're at the optimisation stage of the app, we have the project being completely built with vue-cli. I'd like to start lazy loading components: ``` es6 application.add(RouteNames.AUCTION_CREATE_PURPOSE, { path: PathNames.AUCTION_CREATE_PURPOSE,...
Vue.js says it's not a component therefore it can't have a v-ref. The reason why I would like to put a v-ref is that it's then possible in the root...
If I do something like the below in a component for a state, links inside the `` can't use the `v-link` directive ``` ... ```
I've been looking at how to handle the "No states match" error. A basic case for this would be to implement a `404` page. For example trying to browse to...
I was wondering if there was a way to have static html in the home root view? I am using some php and want the initial page to render. Then...