15 lines
225 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>