Skip to content

Commit d45cca4

Browse files
feat: add type for round progress (#124)
1 parent 102b8bb commit d45cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hap-compiler/src/template/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ const tagNatives = {
541541
def: 0
542542
},
543543
type: {
544-
enum: ['horizontal', 'circular']
544+
enum: ['horizontal', 'circular', 'round']
545545
}
546546
}
547547
},

0 commit comments

Comments
 (0)