You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-mobile-virtual-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mobile-virtual-keyboard - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "vue-mobile-virtual-keyboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "A keyboard component in vue.",

@@ -5,0 +5,0 @@ "author": "Henrie's Mac <zenoduaciosiua@hotmail.com>",

@@ -1,2 +0,2 @@

# vue-keyboard 1.0.0
# vue-mobile-virtual-keyboard 1.0.1

@@ -17,2 +17,8 @@ 受夠了需求老是要求【只能輸入純數字】【只能輸入身份證】的要求了

## 安裝
```shell
$ npm install vue-mobile-virtual-keyboard -s
```
## 註冊

@@ -25,3 +31,3 @@

import Vue from 'vue';
import KeyboardComponent from './plugin/keyboard';
import { KeyboardComponent } from 'vue-mobile-virtual-keyboard';

@@ -35,7 +41,7 @@ Vue.component(KeyboardComponent);

<script>
import keyboard from './../components/keyboard.vue';
import { Keyboard } from 'vue-mobile-virtual-keyboard';
export default {
components: {
keyboard
Keyboard
}

@@ -50,3 +56,3 @@ }

下例為精簡demo,如果一個頁面中存在兩個不同佈局的鍵盤,可詳細參看完整demo:`src/pages/index.vue`
下例為精簡demo,如果一個頁面中存在兩個不同佈局的鍵盤,可詳細參看完整demo:`src/demos/index.vue`

@@ -142,2 +148,8 @@ ### 插件使用

2019.06.04.002
- 發佈npm包;
2019.06.04.001
- 增加plugin註冊方式;

@@ -144,0 +156,0 @@ - 支持定義複雜鍵盤;

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.