@vtx/vue-components
v1.0.0
Published
基于 ant-design-vue 二次封装的 vue 组件库
Downloads
2
Keywords
Readme
@vtx/vue-components
基于 ant-design-vue 二次封装的 vue 组件库
安装
yarn add @vtx/vue-components -S
使用
<template>
<VtxModal>模态框</VtxModal>
</template>
<script>
import { VtxModal } from '@vtx/vue-components';
new Vue({
components: {
VtxModal,
},
});
</script>