|
@@ -64,7 +64,10 @@ const app=createApp({
|
|
|
{value: 'ja', label: 'にほんご',},
|
|
|
],
|
|
|
tomcat_res:"",
|
|
|
- books:[{"title":"Linux从入门到精通","author":"night-cherry","publisher":"peking press","pages":123}],
|
|
|
+ books:[
|
|
|
+ {"title":"Linux从入门到精通","author":"night-cherry","publisher":"peking press","pages":123},
|
|
|
+ {"title":"MySQL必知必会","author":"李晓兵","publisher":"peking press","pages":456},
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
methods:{
|