1. 程式人生 > >Vue 方法

Vue 方法

this ole console ons com get 加載 app ()

axios

 axios.get("/api/show/" + this.$route.params.id).then(reponse => {

                console.log(reponse.data);
                this.list = reponse.data;
            })
 
子組鍵
components:{
            wlPhp
        }

頁面自動加載方法

mounted() {
            console.log("APP開始!");
           axios.get("/api/show/" + this.$route.params.id).then(reponse => {
console.log(reponse.data); this.list = reponse.data; }) },




邊寫邊記

Vue 方法