pageKeepAliveClean
Former-commit-id: ebe16566152c4aa33c0e7d1993e458c62a7073c5 [formerly ebe16566152c4aa33c0e7d1993e458c62a7073c5 [formerly ebe16566152c4aa33c0e7d1993e458c62a7073c5 [formerly ebe16566152c4aa33c0e7d1993e458c62a7073c5 [formerly f7f44bfb8cd1dd731d69176083538554bbb94e8c [formerly 72f4b2ffe8936fa551667cdfbc1ce5c88c49b467]]]]] Former-commit-id: 032cc1e37c902d9d936e48437e126e2247c6be69 Former-commit-id: 82f32731d6aa4e146a3550b02177a96d8e1c3e0f Former-commit-id: 661e658d01ff0568436ec998544f27ac74e5f5b2 [formerly c20d8c52df9985521230246e6bc500fa88d33991] Former-commit-id: c79b7b69cdba7e002a02e296c444af9402afe2ed Former-commit-id: cae4f106ba68364a925f15896afa15633601242e Former-commit-id: 8a5d2b15e3f262d9f1f526f0ea009aafcf2ee535 Former-commit-id: 29918980b561a29e8805e29c3c041f793a911f6f Former-commit-id: 190a7724a7779f5f0e4e6baf8b6a91f8638c41c4
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState, mapActions } from 'vuex'
|
||||
import { mapState, mapMutations, mapActions } from 'vuex'
|
||||
export default {
|
||||
name: 'd2-header-size',
|
||||
computed: {
|
||||
@@ -50,8 +50,10 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
...mapMutations({
|
||||
pageKeepAliveClean: 'd2admin/page/keepAliveClean'
|
||||
}),
|
||||
...mapActions({
|
||||
pageKeepAliveClean: 'd2admin/page/keepAliveClean',
|
||||
sizeSet: 'd2admin/size/set'
|
||||
}),
|
||||
handleChange (value) {
|
||||
|
||||
Reference in New Issue
Block a user