init git
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export default () => {
|
||||
const { t } = inject('service')
|
||||
return reactive({
|
||||
btns: {
|
||||
next: {
|
||||
props: {
|
||||
label: t("next"),
|
||||
},
|
||||
},
|
||||
try: {
|
||||
props: {
|
||||
label: t("tryAgain"),
|
||||
link: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user