fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@designestate/dees-catalog', | ||||
|   version: '1.0.161', | ||||
|   version: '1.0.162', | ||||
|   description: 'website for lossless.com' | ||||
| } | ||||
|   | ||||
| @@ -29,7 +29,8 @@ export class DeesInputText extends DeesElement { | ||||
|   public key: string; | ||||
|  | ||||
|   @property({ | ||||
|     type: String | ||||
|     type: String, | ||||
|     reflect: true, | ||||
|   }) | ||||
|   public value: string = ''; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user