1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(MySQL): adjust utf8mb3 encoding to resolve compatibility issue, fixes #646

This commit is contained in:
2025-01-31 13:32:06 +01:00
parent 8e54f7b801
commit 27387f18a1
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
declare module '@/App.vue';
declare module 'v-mask';
declare module 'json2php';
declare module '*/encoding_charset.js';
declare module 'vuedraggable' {// <- to export as default
const draggableComponent: import('vue').DefineComponent<{
list: {