<script> import {mapState} from "vuex"; // 引入mapState export default { // 下面這兩種寫法都可以 computed: mapState({ count: state ...
確定! 回上一頁