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