English
Appearance
const visible = ref(true); const form = reactive({ content: 'hello watermark', width: 200, height: 200, });
<Watermark v-model="visible" :options="options"> <div style="height: 400px"></div> </Watermark>