erisl-crm-component
v1.0.24
Published
CRM Component
Downloads
36
Readme
组件
- Greeter
- Hello
- Layout
示例
import { Hello } from 'erisl-crm-component'
const { Test } = Hello
const Index = ()=>{
return (
<Test name="ERISHEN" />
)
}
export default Index