# zetank-Dynamic-poster
>生成朋友圈日记海报 组件,组件使用uview,使用前请自己安装插件[uview](https://www.uviewui.com/components/install.html)
###安装
下载组件到项目即可,本组件符合[easycom](https://uniapp.dcloud.io/collocation/pages?id=easycom)规范
###使用
```html
```
```js
export default {
data() {
return {
postershow:false,
}
},
methods: {
popup(){
this.$refs.popup.open()
this.postershow=true
}
}
}
```