This commit is contained in:
Jerry
2020-04-20 20:51:17 +08:00
parent 9472a84ba1
commit 7d87893112
7 changed files with 44 additions and 16 deletions

View File

@@ -5,12 +5,7 @@
</template>
<script>
import { mapMutations } from 'vuex';
export default {
methods: {
...mapMutations(['setUserRules'])
},
watch: {
$route: {
handler (newValue) {