refactor: 💡 data-source -> datasource following Henry's advice

This commit is contained in:
牧毅 2020-08-12 12:14:59 +08:00
parent 9f621101b3
commit a3f0c3dcef
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ const pluginFactory: BuilderComponentPluginFactory<PluginConfig> = (config?) =>
fileType: FileType.JSX, fileType: FileType.JSX,
name: COMMON_CHUNK_NAME.ExternalDepsImport, name: COMMON_CHUNK_NAME.ExternalDepsImport,
content: ` content: `
import { createDataSourceEngine } from '@ali/lowcode-data-source-engine'; import { createDataSourceEngine } from '@ali/lowcode-datasource-engine';
`, `,
linkAfter: [], linkAfter: [],
}); });

View File

@ -4,7 +4,7 @@ import Page from 'rax-view';
import Text from 'rax-text'; import Text from 'rax-text';
import { createDataSourceEngine } from '@ali/lowcode-data-source-engine'; import { createDataSourceEngine } from '@ali/lowcode-datasource-engine';
import './index.css'; import './index.css';