Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit ce38300

Browse files
Replace scope with slot-scope in example
1 parent 0e9e9d0 commit ce38300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ <h1 class="page-title">
147147
<table-column show="songs" label="Songs" data-type="numeric"></table-column>
148148
<table-column show="birthday" label="Birthday" data-type="date:DD/MM/YYYY"></table-column>
149149
<table-column :sortable="false" :filterable="false">
150-
<template scope="artist">
150+
<template slot-scope="artist">
151151
<a :href="'#' + artist.firstName.toLowerCase()">
152152
Edit
153153
</a>
154154
</template>
155155
</table-column>
156-
<template slot="tfoot" scope="{ rows }">
156+
<template slot="tfoot" slot-scope="{ rows }">
157157
<tr>
158158
<th>&nbsp;</th>
159159
<th>&nbsp;</th>

0 commit comments

Comments
 (0)