Вынес превью на отдельную страницу
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ref } from 'vue'
|
||||
|
||||
const finallyText = ref('')
|
||||
|
||||
export function useFlightCode() {
|
||||
return { finallyText }
|
||||
}
|
||||
Reference in New Issue
Block a user