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
/
mixins
/
object.js
18 lines
(13 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
basic
from
'./basic'
export
default
{
mixins
: [basic],
props
: {
color
:
String
},
type
:
'object'
,
computed
: {
curColor
(
) {
return
this
.
color
||
this
.
Plane
.
textColor
} } }