update Menu to support SSR

This commit is contained in:
梁灏 2017-07-12 15:18:26 +08:00
parent 9212149ed6
commit c708835c0c
2 changed files with 33 additions and 24 deletions

View file

@ -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>