Closed furkangkhsn closed 4 years ago
Edit: It seems to work If you use "abstract" as the routing mode.
Hi! Thanks for investigating this. There are a number of people who will benefit from this.
On Mon, 25 Nov 2019, 23:13 Furkan Gökhasan, notifications@github.com wrote:
Edit: It seems to work If you use "abstract" as the routing mode.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wailsapp/wails/issues/295?email_source=notifications&email_token=AAO2SYE7YIEKQCJROECGRQTQVO6OHA5CNFSM4JRH2K2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCF4WY#issuecomment-558128731, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO2SYH6LEJ7QDWCUL2O5DDQVO6OHANCNFSM4JRH2K2A .
We are desperate for a quick tutorial on vue/vue-router/vuex, so if you find the time for a short tutorial, we would love to add that to the docs.
We are desperate for a quick tutorial on vue/vue-router/vuex, so if you find the time for a short tutorial, we would love to add that to the docs.
I ran into this issue when referencing the Vue Router guide. Nevertheless, I did successfully set up Vue Router and Vuex.
@leaanthony Is there still a desire for updated documentation?
If you have time, that would be perfect. Let me know if you need a hand with that. :+1:
Description
After adding router to the project, the builded executable not working. The Error says 'Undefined "wails"'.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour Runs without error.
Screenshots
System Details
Additional context Setup has vue, vuex, vuetify and vue-router.