chore: make vue global components and layouts localizable (#1565)

This commit is contained in:
Philipp Fischbeck
2022-08-15 23:55:51 +02:00
committed by GitHub
parent 7af48d51be
commit ba15006bb1
20 changed files with 193 additions and 153 deletions

View File

@@ -20,7 +20,7 @@ export default defineComponent({
},
text: {
type: String,
default: "Link",
required: true,
},
icon: {
type: String,
@@ -28,4 +28,4 @@ export default defineComponent({
},
},
});
</script>
</script>