Skip to content

Commit

Permalink
Merge branch 'dev2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
caohongqing committed May 10, 2019
2 parents a830a40 + 988b812 commit 1d7e57b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/app/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<div class="app-page">
<particles />
<indexbg />
<div class="dropdown" @mouseenter="showList = true" @mouseleave="showList = false">
<div
class="dropdown"
@mouseenter="showList = true"
@mouseleave="showList = false"
>
<span>{{ leng }}</span>
<ul v-if="showList">
<li @click="changLen(1)">中文</li>
Expand Down Expand Up @@ -104,7 +108,7 @@ export default {
this.$i18n.locale = "en";
this.$store.dispatch("setLanguage", "en");
}
this.showList = false
this.showList = false;
},
generate(username) {
let name = username;
Expand Down

0 comments on commit 1d7e57b

Please sign in to comment.