File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ The `rule` slot allows for customizing markup around each rule component.
90
90
91
91
The slot receives an object with the shape of the [ RuleSlotProps
92
92
object] ( https://github.com/rtucek/vue-query-builder/blob/master/types/index.d.ts#L47 ) .
93
- An exact ruel can be identified based on the ` ruleCtrl.ruleIdentifier ` for dynamic content.
93
+ An exact rule can be identified based on the ` ruleCtrl.ruleIdentifier ` for dynamic content.
94
94
95
95
You'll have to use Vue's [ Dynamic
96
96
Component] ( https://vuejs.org/v2/guide/components.html#Dynamic-Components ) feature for displaying the
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default class Input extends Vue {
9
9
10
10
@Prop ({
11
11
default: null ,
12
- }) readonly identifier! : any ;
12
+ }) readonly identifier! : string ;
13
13
}
14
14
</script >
15
15
You can’t perform that action at this time.
0 commit comments