chore: add translations for a-table

This commit is contained in:
Shishkevich D.
2025-05-10 21:47:59 +07:00
committed by GitHub
parent c15ec5315a
commit 23293813bb
19 changed files with 34 additions and 10 deletions

View File

@@ -64,6 +64,11 @@
drop: (e) => this.dropHandler(e),
},
scopedSlots: this.$scopedSlots,
locale: {
filterConfirm: `{{ i18n "confirm" }}`,
filterReset: `{{ i18n "reset" }}`,
emptyText: `{{ i18n "noData" }}`
}
}, this.$slots.default,)
},
created() {