@bagelink/vue 1.4.136 → 1.4.139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@ export function bindAttrs<T, P extends Path<T>>(
62
62
  // TODO: Fix this so that you don't have to return a fn for other on* event handlers
63
63
  if (!attrs) return {}
64
64
 
65
- const exclude = ['class', 'onClick'] as const
65
+ const exclude = ['class', 'onClick', '$el'] as const
66
66
  const arr = Object.entries(attrs)
67
67
  .filter(([key]) => !exclude.includes(key as typeof exclude[number]))
68
68
  .map(([key, value]) => [