mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 19:17:07 +00:00
refactor: 💡 data-source -> datasource following Henry's advice
This commit is contained in:
parent
9f621101b3
commit
a3f0c3dcef
@ -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: [],
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user