fix(front): Component GlobalDayjs.vue is missing template or render function. at <GlobalDayjs>

This commit is contained in:
keven1024
2025-12-13 12:02:45 +08:00
parent 35c5e1ccec
commit 208875841e

View File

@@ -12,3 +12,5 @@ watchEffect(() => {
dayjs.locale(locale.value.toLowerCase())
})
</script>
<template></template>