UNPKG

wangbd-myui

Version:

MY前端基础框架核心组件库

19 lines (17 loc) 305 B
import Box from '../packages/my-dv-box' import Rect from './Rect' import Color from './Color' export default { mixins: [Rect, Color], inheritAttrs: false, components: { Box }, computed: { svgStyle() { return { zoom: this.width / 1920 } } } }