feat : smart tree component (#2865)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Nivedin
2023-01-31 17:15:03 +05:30
committed by GitHub
parent b95e2b365a
commit 2910164d5a
39 changed files with 4483 additions and 4142 deletions

View File

@@ -36,5 +36,9 @@
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
]
],
"vueCompilerOptions": {
"jsxTemplates": true,
"experimentalRfc436": true
}
}