update Menu to support SSR
This commit is contained in:
parent
9212149ed6
commit
c708835c0c
2 changed files with 33 additions and 24 deletions
|
@ -12,7 +12,8 @@
|
|||
v-show="opened"
|
||||
placement="bottom"
|
||||
ref="drop"
|
||||
:style="dropStyle"><slot></slot></Drop>
|
||||
:style="dropStyle"><ul><slot></slot></ul>
|
||||
</Drop>
|
||||
</transition>
|
||||
</li>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue