- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -39,6 +39,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
setup(props) {
|
||||
const { t } = useI18n()
|
||||
|
||||
const nextlesson = ref()
|
||||
const calendarStore = useCalendarStore()
|
||||
@@ -88,6 +89,7 @@ export default defineComponent({
|
||||
getImgTeacherByUsername,
|
||||
getLinkEvent,
|
||||
isValidUsername,
|
||||
t,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user