To get around using a deeply dot-notation path you want to use the mapState helper. computed: { ...mapState({ cars: state => state.cars.list ...
確定! 回上一頁