17 lines
179 B
Vue
17 lines
179 B
Vue
<template>
|
|
<div class="ele-body">
|
|
<a-card :bordered="false">
|
|
这是首页
|
|
</a-card>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |