Skip to content

Commit

Permalink
Fixing more warnings around having the 'emits' component prop
Browse files Browse the repository at this point in the history
Looks like these got missed in the original cleanup. I'm guessing these were missed because they were in mixins so I went through all of the mixins and found a couple more that were missed.

rancher#12130
  • Loading branch information
codyrancher committed Oct 11, 2024
1 parent 9b3c6ae commit 78ad7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/mixins/labeled-form-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ interface LabeledFormElement {
export default {
inheritAttrs: false,

emits: ['update:validation', 'on-focus', 'on-blur'],

props: {
mode: {
type: String,
Expand Down

0 comments on commit 78ad7e6

Please sign in to comment.