Вынес превью на отдельную страницу

This commit is contained in:
Ilia Miheev
2026-06-02 20:28:15 +03:00
parent fd7408016f
commit 41febc9b4b
9 changed files with 602 additions and 547 deletions
+7
View File
@@ -0,0 +1,7 @@
import { ref } from 'vue'
const finallyText = ref('')
export function useFlightCode() {
return { finallyText }
}