We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d7907 commit dbd98beCopy full SHA for dbd98be
cli-socks/src/store.ts
@@ -36,6 +36,7 @@ export default new Vuex.Store({
36
// const productList = [{
37
// name: "Vue Socks",
38
// brand: "Vue",
39
+// price: 5,
40
// variants: [
41
// {id: 1, color: "green"},
42
// {id: 2, color: "blue"}
@@ -46,6 +47,7 @@ export default new Vuex.Store({
46
47
// {
48
// name: "Angular Socks",
49
// brand: "Angular",
50
+// price: 15,
51
52
// {id: 1, color: "red"},
53
@@ -56,6 +58,7 @@ export default new Vuex.Store({
56
58
57
59
// name: "npm Socks",
60
// brand: "npm",
61
+// price: 3,
62
63
64
// ],
0 commit comments