Building Dynamic Menu Tree Search with Vue.js (Challenge)

# Introduction In this challenge, we will be implementing dynamic rendering and fuzzy search functionality for a two-level menu tree using Vue.js. The goal is to display the menu items that meet the search requirements and highlight them on the page. Additionally, we need to ensure that the asynchronous acquisition of the menu data is implemented correctly.

|60 : 00

Click the virtual machine below to start practicing