|
|
|
@ -26,10 +26,6 @@ import {ref, onMounted, defineProps} from 'vue'; |
|
|
|
import linkData from '@/mocks/systemLinksMockData.json'; |
|
|
|
|
|
|
|
const props = defineProps({ |
|
|
|
elementId: { |
|
|
|
type: String, |
|
|
|
required: true |
|
|
|
}, |
|
|
|
metrics: { |
|
|
|
type: [String, Object, Array], |
|
|
|
default: null |
|
|
|
|