add nova
This commit is contained in:
10
nova/resources/js/mixins/InteractsWithQueryString.js
Normal file
10
nova/resources/js/mixins/InteractsWithQueryString.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { mapActions, mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
this.syncQueryString()
|
||||
},
|
||||
|
||||
methods: mapActions(['syncQueryString', 'updateQueryString']),
|
||||
computed: mapGetters(['queryStringParams']),
|
||||
}
|
||||
Reference in New Issue
Block a user