UNPKG
translucent-vue
Version:
latest (1.0.0)
1.0.0
A Vue binding for translucent
github.com/Voltra/translucent-vue
Voltra/translucent-vue
translucent-vue
/
src
/
index.js
13 lines
(11 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Translucent
from
"./Translucent"
import
"./styles"
const
Plugin
= {
install
(
Vue
){
Vue
.
use
(
Translucent
); } };
export
{
Plugin
,
Translucent
, }