mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 20:18:50 +08:00
12 lines
170 B
Vue
12 lines
170 B
Vue
<script setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<h1 class="text-primary">
|
|
Nuxt module playground!
|
|
</h1>
|
|
<RayButton>button</RayButton>
|
|
</div>
|
|
</template>
|