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

return from ui component created by vue-demi like this cannot render in tsx file maybe lost a plugin to transform this type to VueComponent

Hi folks! We are using `vue-demi` in a monorepo where we have a _components package_ that uses `vue-demi` and has vue 3 as a `devDependency`. Alongside that, in the same...

I've been having a difficult time working out how to build a universal component library with SFCs that can be used by both Vue2 and Vue3 apps bundled together in...

Hi there, I'm struggling to make a lib with @vue/cli and stuck because @vue/cli looks like a minor choice for vue-demi. vue.config.js: ```vue.config.js module.exports = { configureWebpack: { externals: {...

Reproduction: https://github.com/victorgarciaesgi/vue-chart-3 Run `yarn test` Before upgrading the my dependencies, my tests were working great. Now I get an error like this every time ![image](https://user-images.githubusercontent.com/15092120/137906941-eaec9a4e-1d2d-445e-8af7-170587336655.png) `Uncaught TypeError: (0 , vue_demi_1.install)...

Here's the repro repo: https://github.com/Justineo/nuxt-vue-demi-vue-echarts-repro I upgraded to `[email protected]` for `[email protected]` and it seems to be broken in Nuxt apps with the following runtime error: ![image](https://user-images.githubusercontent.com/1726061/128355402-c5135d47-1203-414e-9168-76dcacb0d3e7.png) . After downgrading to...

I developed a component library using vue-demi I wrote the following in my package.json according to the documentation ```js { "dependencies": { "vue-demi": "latest" }, "peerDependencies": { "@vue/composition-api": "^1.0.0-rc.1", "vue":...

add vue-yup-form to 'who is using this'

A workspace project with Vue CLI 5, default vue verison is vue2.7. Run `build:3` succeeded, run `build:2` got compiler error TS7006. yarn workspace can pass build, but VSCode still shows...

## Background I have a monorepo using yarn workspaces that has a mix of both vue2 and vue3 applications. I have added both vue and vue-demi to "nohoist" to avoid...