9 lines
214 B
Vue
9 lines
214 B
Vue
|
|
<script>
|
||
|
|
navigateTo("https://docs.google.com/presentation/d/1Y7x4CKQbvh-I2nDbcyf-wUChW0C2cpDNMP5VHZoY5Ac/edit?usp=sharing", { external: true });
|
||
|
|
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<p>Redirecting...</p>
|
||
|
|
|
||
|
|
</template>
|