UNPKG
vue-fa
Version:
latest (4.0.2)
next (4.0.1)
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Tiny FontAwesome component for Vue.js
cweili.github.io/vue-fa/
Cweili/vue-fa
vue-fa
/
src
/
index.ts
11 lines
(9 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Fa
from
'./fa.vue'
;
import
FaLayers
from
'./fa-layers.vue'
;
import
FaLayersText
from
'./fa-layers-text.vue'
;
export
default
Fa
;
export
{
Fa
,
FaLayers
,
FaLayersText
, };