This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/common/mixin/detailViewLeftMixin.js

20 lines
207 B
JavaScript
Raw Normal View History

export default {
props: {
tableData: {
type: Array
},
api: {
type: String
},
tableId: {
type: String
}
},
data () {
return {
}
},
methods: {
}
}