wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
623 stars 128 forks source link

Vuex-router-sync question #23

Closed lixaotec closed 5 years ago

lixaotec commented 5 years ago

Dear friend,

What is the importance if the package vuex-router-sync? Is it really matter?

Im trying to run the solution at browser without webpack, and im finding some trouble with it. First because this package doesnt have a module that works woth browser only.

Just wondering what it does. Ive managed to run many things already but some mutations seems not to work without this package.

Buttons actions doesn’t happens , but i dont know for sure why

wxs77577 commented 5 years ago

It's been used in Vuex stores. e.g: https://github.com/wxs77577/rest-admin/blob/master/src/store/modules/site.js#L60

lixaotec commented 5 years ago

Thanks.

I´ve accomplish by using rollit with vuex-router-sync package.