-
# `createForm()` proposal.
## Requirements
- headless, allowing developer to use any UI component library for inputs
- allowing great control with opt-out option by using helpers to make DX sim…
-
Rather than (or in addition to) using an `onSelect` prop: `this.$emit('select', index)`.
Additionally, `onSelect` fires every time a tab is selected, even if it's already the active tab. This may n…
-
Can you make this book available in Epub (or mobi) format?
-
Hi there,
I'm trying out Theater.js for the first time. Looks like an amazing tool but I'm having some issues getting it to work.
I'm attempting to use it on a route on my nextjs app with r3f a…
-
![image](https://user-images.githubusercontent.com/17404628/44074953-68346a4c-9fcd-11e8-856e-abfb52fa0e32.png)
code
```js
import { shallowMount, mount, Wrapper } from "@vue/test-utils";
import…
-
## I'm submitting a ...
[ ] Regression (behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support req…
-
Currently, the code `` compiles into
```js
createComponent(Counter, {
"use:example": "Hello World"
})
```
We could probably make it work into
```js
createComponent(Counter, {
ref(no…
-
I installed the tailwind css as said in the video still when I use the class name the styles are not getting applied. Please solve this issue for me
-
**Describe the bug**
I see the rule `no-custom-classname` not being applied correctly:
- Having custom colors trigger the rule
- Even defining the `cssFiles` paths array, my custom classes are no…
-
I've been reading the documentation over and over, and there's still something I don't get. I simply followed the Vue3 Framework section of the plugin doc. When building for prod, this is what I get:
…