UNPKG
@bfehub/vuepress-theme-vmi
Version:
latest (1.60.0)
1.60.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Vmi theme of VuePress
github.com/bfehub/vmi
@bfehub/vuepress-theme-vmi
/
lib
/
client
/
components
/
global
/
index.js
5 lines
(4 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
import
Badge
from
'./Badge.vue'
;
import
{
CodeGroup
}
from
'./CodeGroup.js'
;
import
CodeGroupItem
from
'./CodeGroupItem.vue'
;
export
{
Badge
,
CodeGroup
,
CodeGroupItem
};