
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
form-designer4
Advanced tools
```sh // 安装 form-designer-v3 npm i form-designer-v3 // 安装 element-plus npm i element-plus ``` ## 注册form-designer-v3组件 ````ts // main.ts // 导入 form-designer css import "form-designer-v3/dist/style.css"; // 导入 form-designer import plugins from "
// 安装 form-designer-v3
npm i form-designer-v3
// 安装 element-plus
npm i element-plus
// main.ts
// 导入 form-designer css
import "form-designer-v3/dist/style.css";
// 导入 form-designer
import plugins from "form-designer-v3";
// 导入element-plus
import ElementPlus from 'element-plus';
// 导入element-plus中文
import ZH_CN from 'element-plus/dist/locale/zh-cn.mjs';
//挂载form-designer的组件
app.use(plugins);
// 挂载element-plus
app.use(ElementPlus, {
locale: ZH_CN
})
// app.vue
<template>
<form-designer v-model="form.data" ></form-designer>
</template>
<script setup lang="ts">
import {reactive} from 'vue';
const form = reactive({
config:{},
data:{}
})
</script>
<style scoped></style>
FAQs
```sh // 安装 form-designer-v3 npm i form-designer-v3 // 安装 element-plus npm i element-plus ``` ## 注册form-designer-v3组件 ````ts // main.ts // 导入 form-designer css import "form-designer-v3/dist/style.css"; // 导入 form-designer import plugins from "
The npm package form-designer4 receives a total of 8 weekly downloads. As such, form-designer4 popularity was classified as not popular.
We found that form-designer4 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.