Jiaxun Li

Results 66 comments of Jiaxun Li

Sorry, please resolve the conflicts, i have updated the develop branch.

Please Include similar changes in a one COMMIT to make change-log clear, thanks! You can resubmit a new pr.

pt | px ------------ | ------------- 1 pt | 1.3281472327365 px 2 pt | 2.6562944654731 px 3 pt | 3.9844416982096 px There should be a method to convert pt to...

Please reload the packages. If still not work, please leave a code sandbox.

Could you please leave a code sandbox for this ?

It seems that the `Doc` extension not found in [this code](https://github.com/Leecason/element-tiptap/blob/master/src/components/ElementTiptap.vue#L267), do you add `new Doc()` to the `extensions` ?

Would you please run the following code to see the output in console: ```js const doc = new Doc(); console.log(doc.name); ```

The output is right, I'm confused, too.😰