Aaron Pool
Aaron Pool
Context: I'm working with a large monorepo that has several packages with just a small handful of components in each package. The majority of these components are pulled in by...
From what I understand on the docs [here](https://portal-vue.linusb.org/api/wormhole.html#open), when I'm using `Wormhole.open` I don't _have_ to provide the passengers argument for `Wormhole.open`, which I assume would mean that the content...
The issue here is pretty straight forward, on monitors that have any display scaling set (which I do, and I think it's pretty common, in the era of hdpi monitors),...
Hey! I'm an angular developer, and I follow John Pappa's style guide for my general code styling guidlines. This means that, for services, a declaration will look something like this:...
In the example, I kind of dislike the fact that the component can directly call `cart.state.rawItems = [];`. Just because I think that can encourage people to modify state in...
I can't find it in the `` docs at the moment, but I followed the `script setup` spec pretty closely, and I could have _sworn_ that the `name` field of...
First of all--thank you SO much. I've been hoping one of the core Vue members would backport script setup to Vue 2. The only adoption concern I have left after...
I noticed the extension doesn't pick up on [in-source tests](https://vitest.dev/guide/features.html#in-source-testing). Any chance this feature will be supported in the future. I might be willing to contribute to a PR if...
Sorry, me again. Just reporting that basic style composition no longer works after the breaking rewrite. [Reproduction here](https://codesandbox.io/s/vue-template-bo5jl) Particularly relevant code below: ```js // App.js import { styled } from...
Hey egoist! My team is interested in using jsx with vue, and some of us are big fans of the styled-component/emotion paradigm. We're looking for a viable option for this...