mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 20:18:50 +08:00
12 lines
184 B
Vue
12 lines
184 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<input placeholder="test from rayine" class="rounded-lg border border-neutral-200 px-2 py-1" />
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|