UNPKG
@dustlight/auth-ui
Version:
latest (1.0.3-alpha)
1.0.3-alpha
1.0.1-alpha-1
1.0.0-alpha-2
1.0.0-alpha-1
0.0.1-aplha-4
0.0.1-aplha-1
0.0.1-alpha-10
UI for Auth-Service
github.com/dustlight-cn/auth
dustlight-cn/auth
@dustlight/auth-ui
/
src
/
boot
/
config.ts
13 lines
(10 loc)
•
234 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
config
from
"src/config"
;
import
{boot}
from
"quasar/wrappers"
;
declare
module
'vue/types/vue'
{
interface
Vue
{
$cfg
:
typeof
config; } }
export
default
boot
(
(
{Vue}
) =>
{
Vue
.
prototype
.
$cfg
= config; })