创高项目初始化
This commit is contained in:
7
client/node_modules/quill/formats/underline.js
generated
vendored
Normal file
7
client/node_modules/quill/formats/underline.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import Inline from '../blots/inline.js';
|
||||
class Underline extends Inline {
|
||||
static blotName = 'underline';
|
||||
static tagName = 'U';
|
||||
}
|
||||
export default Underline;
|
||||
//# sourceMappingURL=underline.js.map
|
||||
Reference in New Issue
Block a user