feat: 新增图表位置处理

This commit is contained in:
MTrun
2022-02-25 21:26:56 +08:00
parent d9a3b358e7
commit 0c2da460a3
11 changed files with 310 additions and 272 deletions
-1
View File
@@ -32,7 +32,6 @@ const packagesInstall = (app: App): void => {
* @param dropData
*/
const createComponent = async (dropData: ConfigType) => {
console.log(dropData)
const { category } = dropData
const key = dropData.key.substring(1)
const chart = await import(`./components/${dropData.package}/${category}/${key}/config.ts`)