stash
This commit is contained in:
parent
f289bb4762
commit
2af52c6991
3 changed files with 2 additions and 1 deletions
|
@ -106,3 +106,4 @@ router.afterEach((to, from) => {
|
|||
});
|
||||
|
||||
export default router;
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ import * as utf8 from 'utf8';
|
|||
import {ticketStateColorLookup, ticketStateIconLookup, http} from "@/utils";
|
||||
import sharedStatePlugin from "@/shared-state-plugin";
|
||||
import persistentStatePlugin from "@/persistent-state-plugin";
|
||||
import {triggerRef} from "vue";
|
||||
|
||||
const store = createStore({
|
||||
state: {
|
||||
|
|
1
web/vendor/vuex-router-sync
vendored
Submodule
1
web/vendor/vuex-router-sync
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7b8bdeec5e3127c7877842193253ac234487d097
|
Loading…
Reference in a new issue