h-water-mark
v0.0.2
Published
:::demo ``` vue <template> <div :style="sty" v-hWaterMark></div> </template> <script> export default { data() { return { sty:{ 'display': 'inline-block', 'width': '300px', 'white-spa
Downloads
2
Readme
组件初始化模版
demo演示
:::demo
<template>
<div :style="sty" v-hWaterMark></div>
</template>
<script>
export default {
data() {
return {
sty:{
'display': 'inline-block',
'width': '300px',
'white-space': 'nowrap',
'overflow': 'hidden',
'text-overflow': 'ellipsis',
},
}
},
methods: {
},
mounted () {
}
};
</script>
:::
参数说明
transparency : 透明度 number
text : 水印文本 string