修改注释

Signed-off-by: 李艺为 <15897461476@139.com>
This commit is contained in:
李艺为 2023-08-23 09:13:53 +08:00
parent bb95dee08b
commit e69e2982d8
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ import Prompt from '@system.prompt'
@Component
struct TestGifLoadWithWorkerPage {
@State message: string = 'Hello Worker'
//@State 双向绑定的意思
@State options: ImageKnifeOption = {
loadSrc: $r('app.media.icon')
}