🛠️ Add Developer Tools component for development mode with improved formatting and functionality adjustments
This commit is contained in:
@@ -5,10 +5,14 @@
|
||||
<component :is="Component" />
|
||||
</Transition>
|
||||
</router-view>
|
||||
<!-- Developer Tools Panel (development only) -->
|
||||
<DeveloperTools />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import DeveloperTools from './components/DeveloperTools.vue';
|
||||
|
||||
// App now acts as the router container with transitions
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user