下面説下有兩種方式計算sacle,結果相同,只是方式不大同: 第一種: 一、在App.vue的props注入寬高 1 props: { 2 width: { 3 type: String, 4 default: "1920" 5 }, 6 height: { 7 type: St