-
hi! i'm using your library for a long time. i've a vue2 large application which I am going to port first to vue 2.7 (naruto) and then hopefully to vue3. as vue2.7 embed the vue-composition-api functio…
-
Is any other library besides React using hooks? For example, does it make sense for use to make hooks library agnostic, instead of hardcoding it for React:
```js
import { useState } from 'react';
…
-
## Summary
- `@Component` will be renamed to `@Options`.
- `@Options` is optional if you don't declare any options with it.
- `Vue` constructor is provided from `vue-class-component` package.
- …
ktsn updated
5 months ago
-
Any PR being merged into `development` should have a conventional commit message with a valid type and optionally a scope.
The valid types are:
- `build` - change to the build system or its confi…
-
For example, I think it would be easier to use context with *any* custom element system regardless of the authoring experience if users could use elements, because all authoring experiences standardiz…
-
I've recently tried to use the react beautiful dnd library within a vue app. Unfortunately just by adding the DragDropContext the following error appears.
```
react_devtools_backend.js: Error: Inv…
-
When I try to build this module, I always get this message
ERROR Failed to compile with 1 error …
-
As per antfu's [blog](https://antfu.me/posts/publish-esm-and-cjs#bundleless-build) we can bundle `Vue` components. I have followed it but getting error. here are the files I have
```JSONc
// pack…
-
Do you have any examples of this in use with vue-router?
Is it possible to use this plugin to translate an element that exists in two different pages (e.g. an img)?
-
Great library, but I'm not sure this format being output is compatible with any system I know of in NoSQL or SQL. Perhaps you could direct on the readme so people know the purpose.
Also the strateg…