This commit is contained in:
baixibaodawang
2026-07-16 21:18:19 +08:00
parent eaf949dea8
commit bd8e2c4549
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = '测试你好'; @State message: string = '测试你好1111';
build() { build() {
RelativeContainer() { RelativeContainer() {