fastmail / Squire

The rich text editor for arbitrary HTML.
MIT License
4.76k stars 405 forks source link

vue1.0 not work #370

Closed appbeijing closed 4 years ago

appbeijing commented 4 years ago

I user vue 1, after import squire , I user in livecycle of attached as fllow: attached(){ // this.initData(); //文档编辑器 const node=this.$els.squire; this.editor = new Squire(node); },

but there is no menu created,only a div with contenteditable="true" , what should I do now?

neilj commented 4 years ago

Squire does not include a UI. It is a component for rich text editing, on top of which you can build your own UI.