@xutil/tree
v0.0.3
Published
`x-tree`
Downloads
3
Readme
Tree 树
x-tree
📦 安装
使用 npm 安装
npm install @xutil/tree -S
HTML直接引入
<!DOCTYPE html> <html lang="en"> <body> <script src="/dist/index-umd.js"></script> <script> </script> </body> </html>
🎨 使用
ESM导入使用
// 按需引入 import XTree from "@xutil/tree"
RequireJS导入使用
// 全部引入 const XTree = require('@xutil/tree')
方法