22 lines
330 B
Vue
Raw Normal View History

2025-03-07 14:36:54 +08:00
<template>
2025-03-27 15:56:05 +08:00
<section class="custom-page">
2025-03-12 11:35:36 +08:00
<section>兽药</section>
2025-03-27 15:56:05 +08:00
</section>
2025-03-07 14:36:54 +08:00
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>