vitepress-demo-preview 这个插件的复制代码的按钮不起作用
来源:14-9 9 Select 编码第八部分 完善筛选功能

qq_妄言_2
2023-09-23
vitepress-demo-preview 这个插件的复制代码的按钮不起作用 我看了下你写好的也是不起作用
写回答
1回答
-
同学你好
刚查了一下,这个是因为插件使用的方法
navigator.clipboard.writeText 需要 https 协议才能成功,要不就会报错。 https://stackoverflow.com/questions/71873824/copy-text-to-clipboard-cannot-read-properties-of-undefined-reading-writetext
如果想实现的话,需要使用 https 协议
10
相似问题