13 lines
148 B
JavaScript
13 lines
148 B
JavaScript
Component({
|
|
properties: {
|
|
waterText: {
|
|
type: String,
|
|
value: '小程序水印',
|
|
}
|
|
},
|
|
lifetimes: {
|
|
attached() { },
|
|
},
|
|
methods: {}
|
|
})
|