客户端app
This commit is contained in:
20
im-uniapp/components/watermark/watermark.vue
Normal file
20
im-uniapp/components/watermark/watermark.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<zmm-watermark :opacity="0.05" :watermark="watermark"></zmm-watermark>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'watermark',
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {
|
||||
watermark() {
|
||||
return this.$store.state.watermark;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user