进入uniapp

This commit is contained in:
2023-12-01 23:57:44 +08:00
parent a78893ea1f
commit d61f5e6c92
524 changed files with 88081 additions and 12 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>