Skip to content
Snippets Groups Projects
Commit 8d420f0b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '816-supply-classes-in-action-slot-of-listview' into 'master'

Resolve "Supply { classes } in action slot of ListView"

Closes #816

See merge request !1381
parents 363f79d4 8df707f2
No related branches found
No related tags found
1 merge request!1381Resolve "Supply { classes } in action slot of ListView"
Pipeline #161033 canceled
......@@ -4,8 +4,8 @@
<slot name="title" />
</template>
<template #actions>
<slot name="actions" />
<template #actions="actions">
<slot name="actions" v-bind="actions" />
</template>
<slot name="filter" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment