mirror of
https://github.com/versia-pub/blog.git
synced 2025-12-06 16:48:18 +01:00
9 lines
162 B
Vue
9 lines
162 B
Vue
<template>
|
|
<span></span>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { navigateTo } from "#imports";
|
|
|
|
navigateTo("/articles/2025/01/17/versia-05");
|
|
</script> |