客户端app

This commit is contained in:
2023-09-24 23:26:20 +08:00
parent 59f7e39791
commit daa9c98598
628 changed files with 87877 additions and 8 deletions

View 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>