init git
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export default () => {
|
||||
const { t } = useI18n()
|
||||
return reactive({
|
||||
btn: {
|
||||
props: {
|
||||
label: t('readMore'),
|
||||
icon: 'isax isax-arrow-left',
|
||||
severity: 'primary',
|
||||
text: true,
|
||||
rounded: true
|
||||
}
|
||||
},
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user