vue2-editor
vue2-editor copied to clipboard
A text editor using Vue.js and Quill
When I delete a picture, I need to use splice in a list, but I can only get base64. Can I return other parameters about img? 
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). 6.2.2 Bug fixes Backported 00c425ec to the...
The blur event is triggered when you click the toolbar button. The toolbar should be part of rich text, so clicking the toolbar should not trigger the blur event
```javascript mounted() { this.registerCustomModules(Quill); this.registerPrototypes(); this.initializeEditor(); }, beforeDestroy() { this.quill = null; delete this.quill; }, methods: { initializeEditor() { this.setupQuillEditor(); this.checkForCustomImageHandler(); this.handleInitialContent(); this.registerEditorEventListeners(); this.$emit("ready", this.quill); }, } ``` You registered...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...