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
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.log
|
*.log
|
||||||
oh_modules/
|
|
||||||
features/Home/build/
|
|
||||||
|
|
||||||
### NetBeans ###
|
### NetBeans ###
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
@Entry
|
@Entry
|
||||||
@Component
|
@Component
|
||||||
export struct VideoPage {
|
export struct VideoPage {
|
||||||
@State message: string = 'Hello World333';
|
@State message: string = 'Hello World';
|
||||||
|
|
||||||
onPageShow(): void {
|
onPageShow(): void {
|
||||||
console.log('VideoPage onPageShow!');
|
console.log('VideoPage onPageShow!');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user