PageWrapper

基础用法

属性说明
titleString标题
contentString描述内容

引入PageWrapper组件

import {PageWrapper} from "@/components/Page";

export default defineComponent({
  components: {
    PageWrapper,
  },
 )

使用标签:

<page-wrapper title="输入框示例" content="根据JSON格式的数据进行导出">
</page-wrapper>
Last Updated:
Contributors: wangyifan