playground: update

This commit is contained in:
Benjamin Canac
2024-03-06 20:09:05 +01:00
parent 0d1f8528c8
commit 22c42c402d
3 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
<template>
<div>{{ $route.path }}</div>
<div class="text-primary-500">
Route: {{ $route.path }}
</div>
</template>
<script setup lang="ts">