mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
8 lines
129 B
Vue
8 lines
129 B
Vue
<template>
|
|
<div class="text-primary-500">
|
|
Route: {{ $route.path }}
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
</script> |