theme
Former-commit-id: 3fb5e37f648c98c9636ba8ac88f683e52cf8435e [formerly 3fb5e37f648c98c9636ba8ac88f683e52cf8435e [formerly 3fb5e37f648c98c9636ba8ac88f683e52cf8435e [formerly 3fb5e37f648c98c9636ba8ac88f683e52cf8435e [formerly 6f73a709ba4288f514deb2d74eb8603180b60b08 [formerly 28415f3ce8f01f9f26a0752a5f08d855bc4c56e2]]]]] Former-commit-id: f199fcac91cb1b3aeef843974db74d0f9d622699 Former-commit-id: eec00c4f5e48c1a19ac096d3a8900bbb7ae361db Former-commit-id: 9c7eb4c2f9115fda9b7d69e1c53444c99aeadb90 [formerly aac10159598f69b5c31ab136beb5ae11686ed2d6] Former-commit-id: d38da464fd9a05e1ec2defc27ac4d8d4bed05ec3 Former-commit-id: eadfd85257cb054017000aca8100e5e68b359e2d Former-commit-id: 9ce4b0a7b75a4ea9b9e24e96161a515bcadc6f04 Former-commit-id: ed40880ed8dda9601d859d5db5f19ab7bd42ade7 Former-commit-id: 3cbf4301dd98c44d8c4f1da0432922511ba9c7e3
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState, mapMutations } from 'vuex'
|
||||
import { mapState, mapActions } from 'vuex'
|
||||
export default {
|
||||
name: 'd2-theme-list',
|
||||
data () {
|
||||
@@ -36,7 +36,7 @@ export default {
|
||||
])
|
||||
},
|
||||
methods: {
|
||||
...mapMutations('d2admin/theme', [
|
||||
...mapActions('d2admin/theme', [
|
||||
'set'
|
||||
]),
|
||||
handleSelectTheme (name) {
|
||||
|
||||
Reference in New Issue
Block a user