Tomislav Modrić

Results 12 comments of Tomislav Modrić

> Like @beowulfenator mention, I use defaultOptions. > But had to preload the options first tho. > > ``` > ... > ``` Additionally, you can do: ``` mounted() {...

This still (or again?) isn't working for me. Your modified codepen: https://codepen.io/GTCrais/pen/MWwbbZQ?editors=1010 Locally I'm using `"vue-autonumeric": "^1.2.6",` (i.e. the most recent version at the time of writing this commend) and...

I've figured it out - create new `Tree.vue` component: ```js import { BaseTree, Draggable } from "@he-tree/vue2"; import DraggablePro from "@/view/components/DraggablePro"; import '@he-tree/vue2/dist/he-tree-vue2.css'; export default { extends: BaseTree, mixins: [Draggable,...

@vladholubiev this this is true, in our particular case, we need to be SOC2 compliant, and `got 11.8.6` is flagged as a vulnerability, regardless of how inconsequential it is. I'm...

Any updates to this issue?

Same here. In one project it's showing up, in another one it's not. Both running Vue 3 and Vite.

> Also note because the extension is technically a different one now, the Vue tab may have changed its position in the devtools tabs and therefore hidden under the expand...