mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 17:45:09 +08:00
feat: update trend component
This commit is contained in:
parent
6a6e3637a8
commit
1afc638fb6
|
@ -49,8 +49,14 @@ import { defineComponent, computed, PropType } from 'vue';
|
|||
export default defineComponent({
|
||||
name: 'Trend',
|
||||
props: {
|
||||
type: String as PropType<string>,
|
||||
describe: [String, Number] as PropType<string | number>,
|
||||
type: {
|
||||
type: String as PropType<string>,
|
||||
default: '',
|
||||
},
|
||||
describe: {
|
||||
type: [String, Number] as PropType<string | number>,
|
||||
default: '',
|
||||
},
|
||||
isReverseColor: Boolean as PropType<boolean>,
|
||||
},
|
||||
setup(props) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user