Skip to content

Commit d873099

Browse files
committed
Created new variable
1 parent e388f1f commit d873099

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

store/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { createStore } from "vuex";
22

33
export default createStore({
4-
state: {},
4+
state: {
5+
newQrCodeUrl: null
6+
},
57
getters: {},
68
mutations: {},
79
actions: {},

0 commit comments

Comments
 (0)