Nathan Chase
Nathan Chase
I'm in the same boat. I really don't want to have to `modulepreload` all of the components that a logged in user would need when it really should just be...
There's still seemingly no way to wrap `` inside of your own custom component. I want to do something like the following, where you set a v-model on your custom...
`:content="modelValue"` doesn't work for me, either. This was the way I had to do it to get it working (in Nuxt 3): ```ts // RichTextEditor.client.vue import '@vueup/vue-quill/dist/vue-quill.bubble.css'; import 'quill-paste-smart'; const...
@Tofandel Ok, this works and allows me to remove the computed property: ```ts
Well, we're well past Node 9.x now (12.16.3). I think it's worth considering making http2 the default protocol now.
I too noticed that issue, and I'm not sure why it happens. AFAIK, the module should just work as an extension of a normal Nuxt 3 plugin, like: ```js //...
Please try https://github.com/nathanchase/dayjs/releases/tag/1.0.15 and let me know if it works for you! It did for me locally.
So, in lieu of doing something like this in the package.json: ``` ... { "path": "home", "bundle": "home", "lazy": true }, { "path": "login", "bundle": "login", "lazy": true } ......
Woah. I've never seen `PLATFORM.moduleName` anywhere in the docs before. Is that something new? I don't see anything about assigning chunk names via the aurelia router anywhere else online. I...
Ah. Yeah, I've been waiting to see those release, but I'm not using TypeScript, and it seems like those experimental builds are all TS-based thus far.