UNPKG
@pit-front-end/components
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
0.0.4
0.0.3
0.0.2
0.0.1
湖南创智艾泰克科技有限公司
@pit-front-end/components
/
dist
/
lib
/
hooks
/
use-global-properties
/
index.js
2 lines
(1 loc)
•
231 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
t=
require
(
"vue"
);
function
r
(
){
const
e=t.
getCurrentInstance
();
return
e?e.
appContext
.
app
.
config
.
globalProperties
:{}}
exports
.
useGlobalProperties
=r;