UNPKG
laue
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
Modern charts for Vue.js
laue.js.org
QingWei-Li/laue
laue
/
src
/
umd.js
8 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
Laue
}
from
'./index'
if
(
typeof
window
!==
'undefined'
&&
typeof
window
.
Vue
!==
'undefined'
) {
window
.
Vue
.
use
(
Laue
) }
export
*
from
'./index'