15 lines
207 B
Vue
Raw Normal View History

<template>
<Card title="标养室培养">
标养室培养
</Card>
</template>
<script>
import Card from '../components/Card.vue'
export default {
components: { Card }
}
</script>
<style></style>