Skip to content

RightMenu-DEMO


Properties


PropertyTypeRequiredDefaultDescription
modelValuebooleanNofalseSee the RightMenu modelValue option.
rightMenuWidthnumberNo200See the RightMenu rightMenuWidth option.
backgroundstringNo''See the RightMenu background option.
fullExpandAnimationbooleanNofalseSee the RightMenu fullExpandAnimation option.
themestringNo'global'Theme style. Supports global, light, dark, system, and custom.
disabledbooleanNofalseSee the RightMenu disabled option.
langstringNo"global"See the RightMenu lang option.

Events


EventArgumentsDescription
update-heightNumberSee the component update-height option.

Slots


  1. Default
vue
<fv-RightMenu>
    <span>Item1</span>
    <hr>
    <span>Item2</span>
</fv-RightMenu>

Appendix


javascript
Click($event, el) {
    $event.stopPropagation();
    this.$refs.r1.rightClick($event, el);
},
rightClick($event, el) {
    $event.preventDefault();
    this.$refs.r1.rightClick($event, el);
}

MIT Licensed