kadzik

Results 3 issues of kadzik

Hi, After the fresh install I get error: ``` client.js?06a0:103 TypeError: Cannot read property 'options' of undefined at VueComponent.value (element-tiptap.esm.js?4ccc:20) at VueComponent.value (element-tiptap.esm.js?4ccc:20) at VueComponent.value (element-tiptap.esm.js?4ccc:20) at VueComponent.value (element-tiptap.esm.js?4ccc:20) at...

bug

Hi, Thanks for great library! I've noticed, that generated color style is missing closing bracket. For example: `onGradientChange(color) { console.log(color.style) },` logs: `linear-gradient(0deg,rgba(51, 26, 26, 1) 0%,rgba(255, 0, 0, 1)...

Is there any way to get cell value, like ex. ws.cell(1, 1).getValue()?

enhancement