mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-26 17:28:56 +00:00
new examples
This commit is contained in:
12
node/vue/ssr/src/views/About.vue
Normal file
12
node/vue/ssr/src/views/About.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user