mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +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,
|
||||
name: COMMON_CHUNK_NAME.ExternalDepsImport,
|
||||
content: `
|
||||
import { createDataSourceEngine } from '@ali/lowcode-data-source-engine';
|
||||
import { createDataSourceEngine } from '@ali/lowcode-datasource-engine';
|
||||
`,
|
||||
linkAfter: [],
|
||||
});
|
||||
|
||||
@ -4,7 +4,7 @@ import Page from 'rax-view';
|
||||
|
||||
import Text from 'rax-text';
|
||||
|
||||
import { createDataSourceEngine } from '@ali/lowcode-data-source-engine';
|
||||
import { createDataSourceEngine } from '@ali/lowcode-datasource-engine';
|
||||
|
||||
import './index.css';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user