-
```
...
...
...
import { YoutubeIframe } from '@vue-youtube/component';
```
The import line is grayed out in vscode with the error:
`'YoutubeIframe' is declared but its value i…
jaybo updated
2 years ago
-
在看视频网站的时,如果要做笔记,并需要将这个图片下载到本地,仅仅需要将图片的数据内容写入到剪切板上面,然后在笔记软件或者word 上直接Ctrl+V粘贴进去,这样才是想要的效这样才是想要的效果。
针对这个需求,我在源代码上做了如下改进,在capture()函数中将canvas的值写入到剪切板中,如下图所示
![image](https://user-images.githubuserconte…
-
**Version**
@vueup/vue-quill version from 1.0.0-beta.2 to 1.0.0-beta.8
**Describe the bug**
Can't resolve the prop `modules` and `toolbar`, throw error like that:
```
Uncaught TypeError: can't …
-
Is there a way to force re-computation of a computed property when none of the values the property depends on have changed?
I have a computed property that depends on some of the model data as well a…
-
When trying on install I get the error:
> yarn add @vue-youtube/core
> error An unexpected error occurred: "https://registry.yarnpkg.com/@vue-youtube%2fcore: Not found".
-
I would like to re-open the topic of declarative Shadow DOM. This has been discussed in the past, [here on WHATWG](https://github.com/whatwg/dom/issues/510), in W3C [here](https://github.com/w3c/webco…
-
After refactoring slideshows into components, I think I might be able to repurpose the PdfSlideshow into displaying any kind of embedded object.
-
### What problem are you facing?
I want to insert a video in my article.
### What’s the solution you would like to see?
Almost same as the Image extension.
### What alternatives did you consider?…
-
We've had a lot of discussions about using SRI for shared caching (see https://lists.w3.org/Archives/Public/public-webappsec/2015May/0095.html for example). An explicit issue was filed at w3c/webappse…
-
First of all I would like to say thank you for the last year. You made tiptap to what it is today – probably the best rich text editor for Vue.js 😛
Tiptap hits **200K downloads per month** now. Inc…