mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: add custom config for graphs
This commit is contained in:
@@ -18,7 +18,6 @@ limitations under the License. -->
|
||||
</el-table>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ElTable, ElTableColumn } from "element-plus";
|
||||
import { defineProps } from "vue";
|
||||
import type { PropType } from "vue";
|
||||
|
||||
@@ -27,6 +26,9 @@ defineProps({
|
||||
type: Array as PropType<{ label: string; value: string }[]>,
|
||||
default: () => [],
|
||||
},
|
||||
theme: { type: String, default: "" },
|
||||
config: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user