qa_portal_vue/app/pages/rule/specification.vue

12 lines
124 B
Vue
Raw Normal View History

2026-03-09 13:54:04 +08:00
<script setup lang="ts">
</script>
<template>
<div>规范文件</div>
</template>
<style scoped lang="scss">
</style>