import { mapState } from "vuex"; export default { name: "App", computed: mapState(["greeting", "year", "month"]), };. 但是這樣的寫法會將整個元件的 computed 吃掉 ...
確定! 回上一頁