mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
8
dist/runtime/composables/index.mjs
vendored
Normal file
8
dist/runtime/composables/index.mjs
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import {useMenuStore} from "../stores/menu.js";
|
||||
|
||||
export const useMenu = (data) => {
|
||||
const menu = useMenuStore()
|
||||
if (data.thirdLevelLinks) {
|
||||
menu.updateThirdLevelLinks(data.thirdLevelLinks)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user