Skip to content

Commit

Permalink
fix: 修改水印 demo 中的文案
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrongding committed Jul 26, 2023
1 parent cba3fe1 commit 8413f96
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/page/other/watermark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let targetNode: HTMLElement
const childrenDom = `
<div class="childrenDom">
<h1>尝试在控制台中删改水印👇</h1>
<h1>尝试在控制台中删改我🌸</h1>
<div
class="watermark"
style="
Expand Down Expand Up @@ -85,8 +85,9 @@ onMounted(() => {
<template>
<div class="grid content-center gap-10 h-full">
<div class="text-center bg-orange-200">
<p>删改下面的水印后,会重新恢复(但是用户通过 Event Listeners 删除对应的事件即可)</p>
<p>思考🤔:稿定是怎么做到怎么都删不掉的</p>
<!-- <p>删改下面的水印后,会重新恢复(但是用户通过 Event Listeners 删除对应的事件即可)</p>
<p>思考🤔:稿定是怎么做到怎么都删不掉的</p> -->
<p>请尝试使用任意方法删除色块中的水印或文本</p>
</div>
<div class="test-dom grid place-content-center m-auto w-[500px] h-[500px] relative bg-[coral]"></div>
</div>
Expand Down

1 comment on commit 8413f96

@vercel
Copy link

@vercel vercel bot commented on 8413f96 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.