What's Changed
- Added the
indent
property to support specifying different indentation spaces. At the same time, the original indentation strategy was rewritten from CSS to real spaces. #290 - Added
mousehover
event for node #287 - Add a slot called
renderNodeActions
, which can be used to customize rendering actions. You can also use props. When the value is true, the component will render a copy button #288
Full Changelog: v2.4.0...v2.5.0