提交代码
This commit is contained in:
@ -9,7 +9,7 @@ const {navIndex} = storeToRefs(navStore)
|
||||
|
||||
// 响应式数据
|
||||
const navList = ref([])
|
||||
const activeIndex = ref(null)
|
||||
const activeIndex = ref('/')
|
||||
|
||||
// 处理导航选择
|
||||
const handleSelect = (key) => {
|
||||
|
||||
Reference in New Issue
Block a user