Skip to content

Commit dbd98be

Browse files
committed
prices for Vuex products
1 parent e1d7907 commit dbd98be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli-socks/src/store.ts

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default new Vuex.Store({
3636
// const productList = [{
3737
// name: "Vue Socks",
3838
// brand: "Vue",
39+
// price: 5,
3940
// variants: [
4041
// {id: 1, color: "green"},
4142
// {id: 2, color: "blue"}
@@ -46,6 +47,7 @@ export default new Vuex.Store({
4647
// {
4748
// name: "Angular Socks",
4849
// brand: "Angular",
50+
// price: 15,
4951
// variants: [
5052
// {id: 1, color: "red"},
5153
// {id: 2, color: "blue"}
@@ -56,6 +58,7 @@ export default new Vuex.Store({
5658
// {
5759
// name: "npm Socks",
5860
// brand: "npm",
61+
// price: 3,
5962
// variants: [
6063
// {id: 1, color: "red"},
6164
// ],

0 commit comments

Comments
 (0)