@guihz/trading-vue-editor-tes 0.0.34 → 0.0.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ interface IProps {
10
10
  readOnly?: boolean;
11
11
  options?: editor.IStandaloneEditorConstructionOptions;
12
12
  hasDiff?: boolean;
13
+ defaultValue?: string;
13
14
  onCursorPositionChange?: (position: IPosition) => void;
14
15
  onChange?: (value: string) => void;
15
16
  onDeclareConfigChange?: (value: IKeyObjectValue) => void;