新增TagSelect组件
This commit is contained in:
21
src/components/list/Search/ProjectList.vue
Normal file
21
src/components/list/Search/ProjectList.vue
Normal 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>
|
||||
Reference in New Issue
Block a user