mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
EXTRA_KEY_PREFIX chang to '___'
This commit is contained in:
parent
4bbee86408
commit
d8e436fa49
@ -4,7 +4,7 @@ import { Prop, IPropParent, UNSET } from './prop';
|
||||
import { Node } from '../node';
|
||||
import { ExportType } from '../export-type';
|
||||
|
||||
export const EXTRA_KEY_PREFIX = '__';
|
||||
export const EXTRA_KEY_PREFIX = '___';
|
||||
|
||||
export class Props implements IPropParent {
|
||||
readonly id = uniqueId('props');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user