This commit is contained in:
baixibaodawang
2026-07-16 21:39:02 +08:00
parent 27af13952d
commit 4249f2ad66
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = 'Hello'; @State message: string = 'Hello 1';
build() { build() {
RelativeContainer() { RelativeContainer() {