UNPKG
zxh-ui
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Component Library for Vue.js.
zxh742755443.github.io/zxh-ui/
zxh742755443/zxh-ui
zxh-ui
/
src
/
components
/
number-keyboard
/
index.js
12 lines
(10 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
component
from
'./src/main.vue'
;
import
service
from
'./src/main.js'
;
export
default
{
install
(
Vue
) {
Vue
.
component
(component.
name
, component);
Vue
.
prototype
.
$numberkeyboard
= service; }, component, service };