Component({ properties: { waterText: { type: String, value: '小程序水印', } }, lifetimes: { attached() { }, }, methods: {} })