Skip to content
On this page

快速开始

本节将介绍如何在项目中使用 haieruiplus

用法

<template>
  <h-module-title title="数据录入模版"></h-module-title>
</template>

<script setup>

import { HModuleTitle } from 'haierui-plus'

</script>