We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看了下源码,功能都实现了,建议增加个有用的feature。 目前只能插入到body节点下,最好可以根据dom结构来插入到相应位置,比如 <div><water-mark/></div> 时,会填充整个外层div,而不是直接填充整个<body> 谢谢!
<div><water-mark/></div>
<body>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看了下源码,功能都实现了,建议增加个有用的feature。
目前只能插入到body节点下,最好可以根据dom结构来插入到相应位置,比如
<div><water-mark/></div>
时,会填充整个外层div,而不是直接填充整个
<body>
谢谢!
The text was updated successfully, but these errors were encountered: