VUE: Side pop-up bar component. There is a tree diagram in the component. The search box can filter the tree diagram nodes and can be contracted.

Author:CSDN @ _乐多_

This article records the code of a side popup bar component. The code is plug and play.

There is a tree diagram and search box in the pop-up bar, which can be contracted.

Among them, the search box can filter the tree diagram nodes. Click the small button on the right to shrink the pop-up box, and click the X to shrink the pop-up box.

Please add image description


Article directory


The code depends on the element-plus library. And you need to download several svg icons.

1. Component code

<template>

  <div class="donate-content-div" :class

Guess you like

Origin blog.csdn.net/yyyyyyyyyyy_9/article/details/133908511