This commit is contained in:
cxc
2022-12-13 17:27:14 +08:00
commit ebe22c45e5
53 changed files with 8482 additions and 0 deletions

View File

@ -0,0 +1,8 @@
export default {
prepend(h, conf, key) {
return <template slot="prepend">{conf.__slot__[key]}</template>
},
append(h, conf, key) {
return <template slot="append">{conf.__slot__[key]}</template>
}
}