11 lines
203 B
TypeScript
11 lines
203 B
TypeScript
Component({
|
|
properties: {
|
|
title: { type: String, value: '' },
|
|
desc: { type: String, value: '' },
|
|
hint: { type: String, value: '' },
|
|
},
|
|
data: {},
|
|
methods: {},
|
|
});
|
|
|