imooc datav components library
published version 1.0.2, 4 years ago- published version 1.0.4, 4 years ago
- published version 1.1.0, 4 years ago
- published version 1.0.3, 4 years ago
- published version 1.0.0, 4 years ago
- published version 1.0.1, 4 years ago
- published version 1.0.2, 4 years ago
- published version 1.0.0, 4 years ago
* 每一个组件实例上挂载install方法 这是为了能够使用 import {LText} from 'abb-component' app.use(LText) 这种方式单独引入组件 ``` import { App } from 'vue' import LShape from './LShape.vue' LShape.install = (app: App) => { app.component(LShape.name, LShape) }
published version 1.0.2, 4 years ago- published version 1.0.0, 3 years ago