|
@@ -65,8 +65,8 @@ const app=createApp({
|
|
|
],
|
|
|
tomcat_res:"",
|
|
|
books:[
|
|
|
- {"title":"Linux从入门到精通","author":"night-cherry","publisher":"peking press","pages":123},
|
|
|
- {"title":"MySQL必知必会","author":"李晓兵","publisher":"peking press","pages":456},
|
|
|
+ {title:"Linux从入门到精通",author:"night-cherry",publisher:"peking press",pages:123},
|
|
|
+ {title:"MySQL必知必会",author:"李晓兵",publisher:"peking press",pages:456},
|
|
|
],
|
|
|
}
|
|
|
},
|