Compare commits
No commits in common. "d9449ec9fa09928c385c046e3ffebf997cbba4d3" and "962e4c6725d556ea8ecf79129f38099a16299636" have entirely different histories.
d9449ec9fa
...
962e4c6725
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,8 +19,6 @@ target/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.log
|
||||
oh_modules/
|
||||
features/Home/build/
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
@Entry
|
||||
@Component
|
||||
export struct VideoPage {
|
||||
@State message: string = 'Hello World333';
|
||||
@State message: string = 'Hello World';
|
||||
|
||||
onPageShow(): void {
|
||||
console.log('VideoPage onPageShow!');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user