提交 cdb66156 编写于 作者: D DCloud_LXH

chore: extral search

上级 6a18e34b
......@@ -42,7 +42,14 @@
<div class="main-navbar-links">
<template v-for="(item, index) in category">
<div :class="mainNavLinkClass(index)" :key="item.text">
<MainNavbarLink v-if="item.link" :key="item.text" :item="item" />
<MainNavbarLink
v-if="item.link"
:key="item.text"
:item="{
...item,
link: item.link + searchValue,
}"
/>
<a v-else href="javascript:;" @click="switchCategory(index)">
{{ item.text }}
</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册