🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

flame-plus

Package Overview
Dependencies
Maintainers
4
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flame-plus

基于 element-plus 的组件库

npmnpm
Version
1.5.76
Version published
Weekly downloads
2.7K
45%
Maintainers
4
Weekly downloads
 
Created
Source

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

  <template #projectName="scope">
    <el-input :model-value="scope.formModel.projectName" @input="formInputValue($event, scope)"></el-input>
  </template>
  <!-- tab表单插槽 -->
  <template #tabFormSlot="scope">
    <el-input :model-value="scope.formModel.tabFormSlot" @input="formInputValue($event, scope)"></el-input>
  </template>
  <!-- 表格插槽 -->
  <template #personInfo.testProp="scope">
    <el-input :model-value="scope.row.personInfo.testProp" @input="tableInputValue($event, scope)"></el-input>
  </template>
  <!-- tab表格插槽 -->
  <template #tabTableSlot="scope">
    <el-input :model-value="scope.row.tabTableSlot" @input="tableInputValue($event, scope)"></el-input>
  </template>
</flmModuleForm>
编辑 查看 -->

FAQs

Package last updated on 26 Jun 2026

Did you know?

Socket

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.

Install

Related posts