vue-konva icon indicating copy to clipboard operation
vue-konva copied to clipboard

Vue & Canvas - JavaScript library for drawing complex canvas graphics using Vue.

Results 42 vue-konva issues
Sort by recently updated
recently updated
newest added

I am using vue-konva in a certain CMS Component. To keep my main bundle small, I would like to only load vue-konva (and konva) via dynamic import within my cms...

Is there a way to use v-model with nodes props? Let's say I have two inputs with X and Y coordinates, binded like this: ``` ``` Problem is, this will...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

In Vue it's common practice to use hyphenated props instead camelCased. It's also listed in eslint vue rules. https://eslint.vuejs.org/rules/attribute-hyphenation.html But this will not work with vue-konva. If I'm using `:stroke-width="1"`...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Hi! Is Vue 3 support planned?

Hello, I've been using vue-konva in Vue 3 project. It was wroking fine until I removed node_modules couple of days ago and realized this Type Error: **Uncaught (in promise) TypeError:...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

When I comment out `import VueKonva from 'vue-konva'` in /plugins/vuekonva.js it works But I comment in , it doesn't work ![image](https://user-images.githubusercontent.com/72427615/150622472-a5c0f8b8-e691-4fdf-a209-e891ebc8a593.png) terminal log ``` Error [ERR_REQUIRE_ESM]: require() of ES Module...

v-label doesn't work in production. v-label always show at same position (0,0) $ npm run dev │ Nuxt.js @ v2.14.6 │ │ ▸ Environment: development │ │ ▸ Rendering: client-side...