UNPKG
vue-pnpjs
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Provides integration between Vue.js and PnP.js
github.com/s-KaiNet/vue-pnpjs
s-KaiNet/vue-pnpjs
vue-pnpjs
/
lib
/
index.js
12 lines
•
337 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
(
() =>
{
function
plugin
(
Vue, pnp
) {
Vue
.
prototype
.
$pnp
=
Vue
.
$pnp
= pnp; }
if
(
typeof
exports
===
'object'
) {
module
.
exports
= plugin; }
else
if
(
typeof
define ===
'function'
&& define.
amd
) {
define
([],
function
(
) {
return
plugin; }); } })();
//# sourceMappingURL=index.js.map