vue-demi icon indicating copy to clipboard operation
vue-demi copied to clipboard

🎩 Creates Universal Library for Vue 2 & 3

Results 49 vue-demi issues
Sort by recently updated
recently updated
newest added

The Transition property found in Vue is not exported/found in Vue-demi. Is there an alternative to this in vue-demi I could use or a possible solution?

I have a problem after migrating a project to `[email protected]`. Before the migration, this was the setup: library: `[email protected]` project1: `[email protected]` project2: `[email protected]` Everything was working fine until we migrated...

needs reproduction

我想打包一个 vue2、vue3 都可用的组件库 打包完后的组件,在 vue3 项目中使用没有问题 但是在 vue2 项目中运行时报了如下错误 ``` Uncaught TypeError: e.defineComponent is not a function at eval (index.js?dead:6) at eval (index.js?dead:6) at eval (index.js?dead:6) at Object.../../long-bridge/fe-toolbox/packages/vue3-components/lib/LbNoticeBar/index.js (app.js:937) at...

I am attempting to use Pinia inside a Vue 2.6.14 app, I have followed the steps outline by Pinia to install the Vue Composition API plugin but when the app...

I created a library with vue-demi. vue-demi as dependency in package.json vue-demi in externals in vue.config.js using vue-cli-service build --target lib This includes the following in it's output: ``` module.exports...

I have a project that uses my plugin `v-code-diff` and `@vueuse/core`, the project uses the yarn package manager. `v-code-diff` uses `vue-demi`: `latest` version. And the order of `v-code-diff` is after...

【description】: I want to try create the same component for Vue2 & Vue3 in the same source code, so I find vue-demi. But.. I have seen some projects likes [json-editor-vue](https://github.com/cloydlau/json-editor-vue)....

Using vue 2.7 I can't install pinia, because of this issue. Probably because of https://github.com/vueuse/vue-demi/blob/dbe21e47cf3a695db145ef0af4d02db6eb533498/package.json#L40 ``` npm ERR! Could not resolve dependency: npm ERR! vue-demi@"*" from the root project npm...

First of all, I saw a couple of issues that involved more or less the same issue, but I tought it would be useful to group everything into one issue,...

Hello, I understand that this may not be exactly the right place for this question, but it seems related to `vue-demi`, so I thought people here might be able to...