8 lines
110 B
Vue
8 lines
110 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script setup>
|
|
await navigateTo('/pieces', { replace: true })
|
|
</script>
|