0.1.3 • Published 3 years ago

hqzh-vue-ui v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hqzh-vue-ui

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

组件安装

npm i hqzh-vue-ui --save
# 或
yarn add hqzh-vue-ui

组件 props 以下两个属性值请参考element组件Tooltip同名属性

名称类型默认值说明
effectStringlighttooltip默认提供的主题
placementStringtopTooltip 的出现位置

使用示例

<template>
    <show-overflow-tooltip>我是仿element文本溢出组件</show-overflow-tooltip>
</template>

<script>

import {ShowOverflowTooltip} from "hqzh-vue-ui";

export default {
    components: {
        ShowOverflowTooltip
    },
}
</script>

Customize configuration

See Configuration Reference.