新增TagSelect组件

This commit is contained in:
chenghx
2018-08-03 17:58:42 +08:00
parent 6bc0f1f074
commit 9a4afee5c2
10 changed files with 143 additions and 19 deletions

View File

@@ -0,0 +1,21 @@
<template>
<div>
<search-form />
<a-card :bordered="false">
contentC
</a-card>
</div>
</template>
<script>
import ACard from 'vue-antd-ui/es/card/Card'
import SearchForm from './SearchForm'
export default {
name: 'ProjectList',
components: {SearchForm, ACard}
}
</script>
<style scoped>
</style>