mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-21 06:48:57 +00:00
13 lines
230 B
Vue
13 lines
230 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<h1>About</h1>
|
|
<p>This is a Vue SSR app with Vue Router, built with Vite.</p>
|
|
<p>
|
|
<router-link to="/">Go to Home</router-link>
|
|
</p>
|
|
</div>
|
|
</template>
|