UNPKG

laue

Version:

Modern charts for Vue.js

18 lines (13 loc) 211 B
import basic from './basic' export default { mixins: [basic], props: { color: String }, type: 'object', computed: { curColor() { return this.color || this.Plane.textColor } } }