no message
Former-commit-id: 7b1d09098f8cdb1f8c868728169f34d2948ef302 [formerly 7b1d09098f8cdb1f8c868728169f34d2948ef302 [formerly 7b1d09098f8cdb1f8c868728169f34d2948ef302 [formerly 7b1d09098f8cdb1f8c868728169f34d2948ef302 [formerly 0d5452563daf6af5143670eb619be1fb179fb1a3 [formerly 275ac47567ba771b1f52d33c9cd6c0af723bae92]]]]] Former-commit-id: 2b35c977218a3a6278b5073a3f1c37dd3ba61cd5 Former-commit-id: 30f48ece8879d53d36deca92557cc971828d7723 Former-commit-id: b3c6821e9fff9744524a066d99f7d49ed4b464c6 [formerly 9f911f80f47b98390abb4cd6832fb45e0a16076a] Former-commit-id: cbc10943d7f3368e69f50ed7ea63b6e6d4186326 Former-commit-id: 9e3cc8645db16e7942c7bf8fe6b48314a4ddc40d Former-commit-id: 7e0e28fe59bb7754e62c9d1a35076af106af6e2e Former-commit-id: fc47e64210e5bdfec843ca997739df7ccfd2bad1 Former-commit-id: b4fe4ecceba9d5ee2610bfcf804a06dbfc49af9f
This commit is contained in:
26
src/pages/core/setting/theme/custom.vue
Normal file
26
src/pages/core/setting/theme/custom.vue
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<template>
|
||||||
|
<d2-container type="full" class="page">
|
||||||
|
custom theme setting coming soon
|
||||||
|
</d2-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data () {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@import '~@/assets/style/public.scss';
|
||||||
|
.page {
|
||||||
|
// Your page style here
|
||||||
|
// Do not use empty rulesets
|
||||||
|
// If empty, delete it
|
||||||
|
}
|
||||||
|
</style>
|
||||||
26
src/pages/core/setting/theme/theme.vue
Normal file
26
src/pages/core/setting/theme/theme.vue
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<template>
|
||||||
|
<d2-container type="full" class="page">
|
||||||
|
theme setting coming soon
|
||||||
|
</d2-container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data () {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@import '~@/assets/style/public.scss';
|
||||||
|
.page {
|
||||||
|
// Your page style here
|
||||||
|
// Do not use empty rulesets
|
||||||
|
// If empty, delete it
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user