Sink/components/dashboard/links
ccbikai ac7caf141f fix: correct link copy function and add i18n support
- Updates shortLink copy function to use .value for reactive reference
- Adds i18n translation support in Editor component

The copy function was trying to access the shortLink directly instead of its value, which would fail in Vue's reactive system. This fix ensures proper reactivity handling when copying links.
2025-03-16 13:17:30 +08:00
..
Delete.vue feat: Add internationalization (i18n) support 2025-03-03 11:21:39 +08:00
Editor.vue fix: correct link copy function and add i18n support 2025-03-16 13:17:30 +08:00
Index.vue refactor(links): extract sort menu and fix sort logic 2025-03-16 11:52:29 +08:00
Link.vue fix: correct link copy function and add i18n support 2025-03-16 13:17:30 +08:00
QRCode.vue refactor(links): extract sort menu and fix sort logic 2025-03-16 11:52:29 +08:00
Search.vue feat: Add internationalization (i18n) support 2025-03-03 11:21:39 +08:00
Sort.vue refactor(links): extract sort menu and fix sort logic 2025-03-16 11:52:29 +08:00