@alitojs/command-design
v0.0.1
Published
``` yarn add @alitojs/command-design
Readme
@alitojs/command-design
使用教程
执行命令
yarn add @alitojs/command-design
<!-- yarn add babel-plugin-import -D -->使用
<template>
<ColorTitle title='EanUI'/>
</template>
import { ColorTitle } from "@alitojs/components";
<script>
export default {
components: { ColorTitle }
}
</script>