vuex-router-sync
vuex-router-sync copied to clipboard
[recommendation] should add "sideEffects": false in package.json
Should add "sideEffects": false in package.json.
Sometimes, sync will not be used(eg: process.env.VUE_SSR is false), it is better for tree-shaking.