vue-website/pages/link/server-charm.vue

9 lines
214 B
Vue
Raw Normal View History

2026-03-03 03:32:25 +00:00
<script>
navigateTo("https://docs.google.com/presentation/d/1Y7x4CKQbvh-I2nDbcyf-wUChW0C2cpDNMP5VHZoY5Ac/edit?usp=sharing", { external: true });
</script>
<template>
<p>Redirecting...</p>
</template>