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