We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022c47e commit f3e0db1Copy full SHA for f3e0db1
documentation/docs/03-runtime/07-svelte-action.md
@@ -72,7 +72,7 @@ Sometimes actions emit custom events and apply custom attributes to the element
72
}
73
</script>
74
75
-<div use:foo={{ prop: 'someValue' }} on:emit={handleEmit} />
+<div on:emit={handleEmit} use:foo={{ prop: 'someValue' }} />
76
```
77
78
## Types
0 commit comments