UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
src
/
plugins
/
wechat
/
index.js
13 lines
(10 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ wx }
from
'./1.3.2.js'
const
plugin = {
install
(
Vue
) {
Vue
.
prototype
.
$wechat
= wx
Vue
.
wechat
= wx },
$wechat
: wx }
export
default
plugin
export
const
install = plugin.
install