Former-commit-id: 643135960ae3f64d7ed5688f06c546292bc14602 [formerly 643135960ae3f64d7ed5688f06c546292bc14602 [formerly 643135960ae3f64d7ed5688f06c546292bc14602 [formerly 643135960ae3f64d7ed5688f06c546292bc14602 [formerly 970b3653b9d1a74198f1496a1136ba24bf3ab19a [formerly edc7c93a468b5c88ce0ff9185316d330f9fbb901]]]]]
Former-commit-id: d28d0ed8fdb55cbfa933acd2cc9e4639d7044399
Former-commit-id: 84ba79066805141c338f568a694fd5b02cdaac07
Former-commit-id: b7293360cf6c7f0e8a2f8ea365e84f925c64bbd8 [formerly f2f0e92e2b173d98c47996cbb15d9389916d5684]
Former-commit-id: fc473de19005539ab245c7e408201c1ff70d2030
Former-commit-id: 69d530327a843a948af10938e830bff378980a03
Former-commit-id: cebb6d4bcf92cff4d8f248a2ffa0d785cdff73ce
Former-commit-id: 92e15a2234ee0cb2cb89fb9d8f9e5052fcc817cb
Former-commit-id: 90e6816cae2e258e35b01bbc4f58d107079cf0ba
This commit is contained in:
liyang
2018-07-20 09:52:09 +08:00
parent 39c9556a36
commit 84228d7b1a
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,10 @@
<el-dropdown class="d2-mr">
<span class="btn-text">你好 {{userInfo.name}}</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="logOff"><d2-icon name="power-off"/> 注销</el-dropdown-item>
<el-dropdown-item @click.native="logOff">
<d2-icon name="power-off" class="d2-mr-5"/>
注销
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>

View File

@@ -1,4 +1,4 @@
// 暂时没有单元测试代码 此文件为自动生成
// 暂时 D2 没有单元测试代码 此文件为自动生成
import { shallowMount } from '@vue/test-utils'
import HelloWorld from '@/components/HelloWorld.vue'