mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
feat: 移除多个组件中的多余 variant 属性,简化代码
This commit is contained in:
@@ -181,7 +181,6 @@ const dropdownItems = ref([
|
||||
<VListItem
|
||||
v-for="(menu, i) in dropdownItems"
|
||||
:key="i"
|
||||
variant="plain"
|
||||
:base-color="menu.color"
|
||||
@click="menu.props.click(item)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user