mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
97beb6467a
commit
bb16da23e1
@ -80,7 +80,9 @@ limitations under the License. -->
|
||||
menus.value = appStore.allMenus;
|
||||
return;
|
||||
}
|
||||
|
||||
menus.value = appStore.allMenus.filter((item: MenuOptions) => item.name.includes(searchText.value));
|
||||
currentItems.value = menus.value[0] || {};
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user