vue自动文本:vue自动文本|文字大小自适应组件 源码
vue-auto-text |文字大小自适应组件 介绍 当给定宽度时,文字的大小自适应,以保证不溢出和换行 文件 安装 npm install vue-auto-text --save 使用 // 局部引入 import AutoText from 'vue-auto-text' export default { components : { AutoText } } // 全局引入 import AutoText from 'vue-auto-text' Vue . component ( AutoText . name , AutoText ) 道具参数 props: {
用户评论