update Menu
This commit is contained in:
parent
2e84df449a
commit
e510a3e72e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
v-show="opened"
|
v-show="opened"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
ref="drop"
|
ref="drop"
|
||||||
:style="dropStyle"><ul><slot></slot></ul>
|
:style="dropStyle"><ul :class="[prefixCls + '-drop-list']"><slot></slot></ul>
|
||||||
</Drop>
|
</Drop>
|
||||||
</transition>
|
</transition>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue