Jakub
Jakub
I see, thanks! You are right. However I am working on the `attrs` branch to bind the attributes and listeners directly to the input and not the root element. So...
Not really experienced in ts. So if anyone want to make a PR, feel free to do it :) :v:
This should be fixed with #25
So if anyone ever stumble upon this: How I solved this, was to fork it and add the qiankun lifecycle hooks to `/src/client/index.js`. However, you also have to set the...
Hm that is weird. I have it running in an older nuxt project with the `` component which should be now the `client-only` component. And it was working fine. But...
Might be related to the new webpack 4 build setup. Comparing v.1.12 ```js (function webpackUniversalModuleDefinition(root, factory) { -- 7 | if(typeof exports === 'object' && typeof module === 'object') 8...
Please use the old version for now. It is still a webpack build issue. Need to investigate further.
@lxzxl Sadly nope. I had to set this to `this` to fix the first error in this issue (`window is not defined`) And the webpack config also confirms this: https://webpack.js.org/configuration/output/#outputglobalobject...
Thanks that would be great. I am currently very low on time. The issue in general is, that the dynamic style loading of webpack breaks. An easy'ish workaround would be...
Well, the event gets emitted in the mounted hook. https://github.com/apertureless/vue-cookie-law/blob/develop/src/components/CookieLaw.vue#L150-L152 However, I would consider this rather a bug. Because you are right, the `accept` event should be only emitted on...