12 lines
200 B
Vue
12 lines
200 B
Vue
<template>
|
|
<div class="gl-page-content">工作负载</div>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { ref, defineProps, defineEmits } from 'vue';
|
|
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
</style>
|