We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba561e commit 66896caCopy full SHA for 66896ca
src/views/members/profile.vue
@@ -88,7 +88,7 @@
88
<p class="action-wrapper">
89
<span class="title">
90
任务安排
91
- <a-dropdown` :trigger="['click']"`>
+ <a-dropdown :trigger="['click']">
92
<a class="muted m-l-sm" style="font-size: 14px;">
93
<span v-if="task.type[0] == 0">未完成的任务 </span>
94
<span v-else>全部 </span>
0 commit comments