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

@fly_tiger/form

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fly_tiger/form

```html npm install @tiger/form --registry=http://192.172.9.139/ 或者通过nrm切换镜像源,参考本站开发指南-npm 私服使用指南 ```

latest
npmnpm
Version
1.0.4-bate.67
Version published
Maintainers
3
Created
Source

虎彩FORM表单组件介绍

安装

npm install @tiger/form --registry=http://192.172.9.139/
或者通过nrm切换镜像源,参考本站开发指南-npm 私服使用指南

快速上手

在main.js中引入一下内容:

import Vue from 'vue';
import VForm from '@tiger/form';
import App from './App.vue';

Vue.use(VForm, {
  lab: 'element-ui' // 如果项目中使用的是iview,则更改为lab: 'iview'
});
// 或者挂到全局window上:
// Vue.use(VForm);
// window.componentLib = 'element-ui'

new Vue({
  el: '#app',
  render: h => h(App)
});

FAQs

Package last updated on 10 Dec 2020

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