wordbank/frontEnd/src/pages/AdvancedCorrect.vue
2025-12-03 15:22:54 +03:30

24 lines
572 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="max-w-4xl mx-auto p-4">
<h2 class="text-2xl font-bold mb-6 text-center">تصحیح کلمه پیشرفته</h2>
<div class="bg-white rounded-xl shadow-lg p-8">
<div class="text-center text-gray-500">
<div class="text-6xl mb-4">🚧</div>
<h3 class="text-xl font-semibold mb-2">در حال توسعه</h3>
<p>این بخش به زودی راهاندازی خواهد شد</p>
</div>
</div>
</div>
</template>
<script>
export default {
name: 'AdvancedCorrect'
};
</script>
<style>
</style>