learn vuex
This commit is contained in:
27
vuex_demo2/public/list.json
Normal file
27
vuex_demo2/public/list.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": 0,
|
||||
"info": "Racing car sprays burning fuel into crowd.",
|
||||
"done": false
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"info": " Japanese princess to wed commoner.",
|
||||
"done": true
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"info": "Australian walks 100km after outback crash.",
|
||||
"done": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"info": "Man charged over missing wedding girl.",
|
||||
"done": true
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"info": "Los Angeles battles huge wildfires.",
|
||||
"done": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user