mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
菜单表单
This commit is contained in:
@@ -24,9 +24,10 @@ const loadMenu = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
const menus = await loadAndParseMenus()
|
||||
selectMenus.value = menus
|
||||
onMounted(() => {
|
||||
loadAndParseMenus().then(menus => {
|
||||
selectMenus.value = menus
|
||||
})
|
||||
loadMenu()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user