mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
feat(仪表板、数据大屏): 增加分页组件 (#16648)
This commit is contained in:
@@ -5,6 +5,7 @@ import PictureAttr from '@/custom-component/picture/Attr.vue'
|
||||
import CanvasBoardAttr from '@/custom-component/canvas-board/Attr.vue'
|
||||
import CanvasIconAttr from '@/custom-component/canvas-icon/Attr.vue'
|
||||
import DeTabsAttr from '@/custom-component/de-tabs/Attr.vue'
|
||||
import DeScreenAttr from '@/custom-component/de-screen/Attr.vue'
|
||||
import DeGraphicalAttr from '@/custom-component/de-graphical/Attr.vue'
|
||||
import CircleShapeAttr from '@/custom-component/circle-shape/Attr.vue'
|
||||
import RectShapeAttr from '@/custom-component/rect-shape/Attr.vue'
|
||||
@@ -36,7 +37,8 @@ export const componentsMap = {
|
||||
DeStreamMediaAttr: DeStreamMediaAttr,
|
||||
ScrollTextAttr: ScrollTextAttr,
|
||||
PopAreaAttr: PopAreaAttr,
|
||||
PictureGroupAttr: PictureGroupAttr
|
||||
PictureGroupAttr: PictureGroupAttr,
|
||||
DeScreenAttr: DeScreenAttr
|
||||
}
|
||||
|
||||
export function findComponentAttr(component) {
|
||||
|
||||
@@ -52,8 +52,8 @@ const props = defineProps({
|
||||
default: false
|
||||
},
|
||||
outerId: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
type: String,
|
||||
required: false
|
||||
},
|
||||
ticketArgs: propTypes.string.def(null)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user