Skip to content

Commit

Permalink
fix: add missing notify
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 24, 2024
1 parent 2a20a0b commit 0218a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "usewiki2",
"description": "Convert HTML to Markdown, and save to your computer, support nodejs tiddlywiki",
"private": true,
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down
2 changes: 2 additions & 0 deletions utils/copyMd.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { ElMessage as notify } from 'element-plus';

export function copyMd(text: string) {
navigator.clipboard.writeText(text);
notify({
Expand Down

0 comments on commit 0218a76

Please sign in to comment.