fix: lint

This commit is contained in:
xingyu4j
2026-01-04 10:56:55 +08:00
parent ce7b7b910a
commit 231a5169ec

View File

@@ -43,15 +43,14 @@ const contextMenus = () => {
},
];
};
</script>
<template>
<Page title="Context Menu 上下文菜单">
<Card title="基本使用">
<div>一共四个菜单刷新关闭当前关闭其他关闭所有</div>
<br/>
<br/>
<br />
<br />
<VbenContextMenu :menus="contextMenus" :modal="true" item-class="pr-6">
<Button> 右键点击我打开上下文菜单(有隐藏项) </Button>
</VbenContextMenu>