# element-sfc **Repository Path**: wang_zunmin/element-sfc ## Basic Information - **Project Name**: element-sfc - **Description**: 1111111111111111111111111111 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 表单源码编辑器 ### 支持 ant-design-vue v4 less 全局汉化 内网环境等 必须全局引入 ant-design-vue - main 文件中 ```js import Antd from 'element-plus' import 'element-plus/dist/index.css' app.use(Antd) ``` - 组件中使用编辑器 ```vue ``` - 组件中渲染表单 ```vue ```