Files
zsxt_nbzs_h5/Web/src/pages/system/doc/usage.vue

17 lines
213 B
Vue

<template>
<section></section>
</template>
<script>
import Highlight from './highlight';
export default {
components: {
Highlight,
},
props: {
codes: {
type: Object,
},
},
};
</script>