UNPKG
@nine-theme/vuepress-theme-nine
Version:
latest (4.0.0-alpha.3)
next (4.0.1-alpha.5)
4.0.1-alpha.5
4.0.1-alpha.4
4.0.1-alpha.3
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
nine theme for vuepress
github.com/nine-theme/vuepress-theme-nine
@nine-theme/vuepress-theme-nine
/
temp
/
app-enhancers
/
global-components-21.js
6 lines
(3 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
import
Vue
from
'vue'
Vue
.
component
(
"Badge"
,
() =>
import
(
"/Users/nine/docs/vuepress-theme-nine/global-components/Badge"
))
export
default
{}