mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
9 lines
112 B
Vue
9 lines
112 B
Vue
<template>
|
|
<hr class="my-4 w-full">
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'ActionField'
|
|
};
|
|
</script>
|