File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.
9090
9191The slot receives an object with the shape of the [ RuleSlotProps
9292object] ( 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.
9494
9595You'll have to use Vue's [ Dynamic
9696Component] ( 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 {
99
1010 @Prop ({
1111 default: null ,
12- }) readonly identifier! : any ;
12+ }) readonly identifier! : string ;
1313}
1414 </script >
1515
You can’t perform that action at this time.
0 commit comments