add basic

This commit is contained in:
shaohaojiecoder
2020-02-07 22:05:52 +08:00
parent 680a547df4
commit ba142266fb
19 changed files with 487 additions and 122 deletions

View File

@@ -39,6 +39,7 @@
</a-menu-item>
</a-menu>
</a-dropdown>
<lang-select />
</div>
</div>
</template>
@@ -46,11 +47,12 @@
<script>
import NoticeIcon from '@/components/NoticeIcon'
import { mapActions, mapGetters } from 'vuex'
import LangSelect from '@/components/tools/LangSelect'
export default {
name: 'UserMenu',
components: {
NoticeIcon
NoticeIcon, LangSelect
},
methods: {
...mapActions(['Logout']),