cnbmai-ui-doc/src/views/home/introduce.vue
2022-12-16 10:10:18 +08:00

14 lines
340 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div>
<p>
组件包目前封装常用的四个组件:表格搜索区域分页对话框包npm地址为https://www.npmjs.com/package/code-brick-zj。
</p>
<p>文档当前使用的组件包的版本为0.0.3</p>
</div>
</template>
<script>
export default {
name: 'introducePage'
}
</script>