Skip to content

Commit

Permalink
fix: 🧩 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Sep 21, 2023
1 parent 7b59c00 commit e3502a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/setting/_/MenuTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const { menuOptions } = useVModels(props)
function getChildren(index: number) {
return menuOptions?.value?.[index] as _MenuOption & { children: _MenuOption[] }
}
const { copy } = useClipboard()
const expandedNames = ref([])
onActivated(()=>{
console.log('menuOptions', expandedNames)
Expand Down

0 comments on commit e3502a3

Please sign in to comment.