UNPKG
@gdyfe/quill-editor
Version:
latest (0.2.1)
0.2.1
0.2.0
基于Quill的vue编辑器组件 npm@0.1.6
github.com/MIchaelJier/yunEditor
@gdyfe/quill-editor
/
lib
/
modules
/
VideoSpec.js
8 lines
(6 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
UnclickableBlotSpec
from
'quill-blot-formatter/dist/specs/UnclickableBlotSpec'
export
default
class
DplayerSpec
extends
UnclickableBlotSpec
{
constructor
(
formatter
) {
super
(formatter,
'div.ql-video'
) } }