mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
9 lines
110 B
Vue
9 lines
110 B
Vue
<template>
|
|
<hr class="my-4 w-full">
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'TextField'
|
|
};
|
|
</script>
|