fix(core): update
This commit is contained in:
parent
ed30ed3f8f
commit
3fae99554d
@ -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 = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user