follow
关注/取消关注up主能力
属性 | 类型 | 默认值 | 说明 | 版本 |
---|---|---|---|---|
follow | boolean | false | 关注状态,可通过bl.getFollowUpperStatus获取 | |
follow | eventhandle | 用户点击组件后触发关注/取消关注事件 |
示例代码
<template>
<follow>哇塞,快关注</follow>
</template>
<script>
export default {
data() {
return {};
},
methods: {}
}
</script>
<style lang="less" scoped></style>