mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
12 lines
361 B
Vue
12 lines
361 B
Vue
<script setup lang="ts">
|
|
// Example app to verify @ocelot-social/ui works with Vue 3 + Tailwind
|
|
</script>
|
|
|
|
<template>
|
|
<div id="app">
|
|
<h1>Vue 3 + Tailwind + @ocelot-social/ui</h1>
|
|
<p>This example verifies that the UI library works with Vue 3 and Tailwind CSS.</p>
|
|
<!-- Components will be added here as they are developed -->
|
|
</div>
|
|
</template>
|