Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • utils
  • mixin
  • theme.js
  • 任超's avatar
    feat:换肤效果 · d758f602
    d758f602 Browse Directory
    任超 committed 2022-08-12 11:16:29 +0800
theme.js 117 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export default {
  name: 'mixin',
  computed: {
    mTheme () {
      return this.$store.state.app.theme;
    }
  }
}