Commit df4dfe9
fix: replace read-only useClipboard ref with writable shallowRef
copiedReadme from useClipboard's copied is a read-only computed —
direct assignment fails type checking. Since we now bypass
useClipboard's copy() entirely, replace with a writable shallowRef.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2e946dc commit df4dfe9
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 99 | + | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
0 commit comments