docs: slot -> #, update deps

This commit is contained in:
Justineo
2021-12-03 18:26:54 +08:00
parent b20821073f
commit 68db66cd1b
7 changed files with 88 additions and 73 deletions

View File

@@ -26,7 +26,7 @@
align="right"
sortable
>
<template slot-scope="{ bid }">
<template #default="{ bid }">
{{ bid | currency }}
</template>
</veui-table-column>

View File

@@ -31,7 +31,7 @@
align="right"
sortable
>
<template slot-scope="{ bid }">
<template #default="{ bid }">
{{ bid | currency }}
</template>
</veui-table-column>