8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
Component({
|
|
properties: {
|
|
title: { type: String, value: '' },
|
|
value: { type: String, value: '' },
|
|
sub: { type: String, value: '' },
|
|
},
|
|
});
|