vue-global-input-auto-trim
v1.0.2
Published
一个用于vue项目,实现全局输入框自动trim的插件
Readme
vue-global-input-auto-trim
Description
A plug-in used in the vue2 project to realize the automatic trim of the global input box
Software Architecture
Support input and textarea tags of native and UI frameworks
Installation
npm install vue-global-input-auto-trim -S
Instructions
//Referenced in global main.js
import Vue from 'vue'
import trim from 'vue-global-input-auto-trim'
Vue. use(trim)