i18n问题解决

master
lemon橪 2021-08-31 09:46:18 +08:00
parent 07445e42e3
commit 84cfb26512
2 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from "vue";
import ViewUI from "view-design";
import "./styles/theme.less";
import "core-js/stable";
// import "regenerator-runtime/runtime";
import vueQr from "vue-qr";
import App from "./App";

View File

@ -24,7 +24,7 @@
<Avatar :src="userInfo.storeLogo" style="background: #fff;margin-left: 10px;"></Avatar>
</div>
<DropdownMenu slot="list">
<DropdownItem name="changePass">切换</DropdownItem>
<DropdownItem name="changePass">修改密码</DropdownItem>
<DropdownItem name="loginOut" divided>退出</DropdownItem>
</DropdownMenu>
</Dropdown>