Skip to content
Snippets Groups Projects
Commit 0652a0a9 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix slot template prop naming

parent 83ad08b3
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
......@@ -18,7 +18,7 @@ import documentationPartMixin from "../documentation/documentationPartMixin";
v-bind="$attrs"
v-on="$listeners"
>
<template :default="{ active }">
<template #default="{ active }">
<v-list-item-action>
<v-checkbox :input-value="active" />
</v-list-item-action>
......
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