Skip to content

Commit

Permalink
fix: remove extraneous non props attributes warning (#345)
Browse files Browse the repository at this point in the history
* fix: remove extraneous non props attributes warning

* chore: add changeset
  • Loading branch information
jhoermann authored Jul 2, 2024
1 parent 3d7630c commit 909182e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-seas-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-checker': patch
---

Remove extraneous non props attributes warning
4 changes: 4 additions & 0 deletions packages/runtime/src/App.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import Badge from './components/Badge.ce.vue'
import List from './components/List.ce.vue'
import { useChecker } from './useChecker'
defineOptions({
inheritAttrs: false,
})
const props = withDefaults(
defineProps<{
checkerResults: any[]
Expand Down

0 comments on commit 909182e

Please sign in to comment.