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

✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup, Webpack and more.

Results 9 unplugin-vue issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`^1.4.12` -> `^1.4.17`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.4.12/1.4.17) |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unplugin/unplugin-vue). ## Open These updates have all been...

### Description Expose more SFCStyleCompileOptions in style option. Because sometimes we need pass some parameters like `preprocessLang` into `compileStyleAsync` in `@vue/compiler-sfc`. ### Additional context See this [code](https://play.vuejs.org/#eNqNUsFOwzAM/ZXIB07QCXYb3SRAO8ABEHCMhLrUtN3SJErcbajqv+O0KtthmiblEL/3Yj/baeHBuWTbIMwgDcpXjkRAatxCGmVNIEG4JzEXEkrU2oqd9TqXcC9NOhn0rOSAsHY6I+RIiDSvtkLpLIS5BJd5NCShZ05y36qsYtLFbTph9gLh3aXCth0a6LrDi/GWTo5McxjoV6MIyjrMGUmGVKKNb1aZ2hTeNia/UVZbPxMrzRCPIbJXQ71Bekq8KytCFgvRScOHZxeLcRW4BuKS5qcqknWwhvfQZ5GgbO0qjf7NUcWbkDAb80vIeBW7lx4j3+D1iKsS1eYEvg77iEl49xjQb1HCP0eZL5D3E+nl5ytP64isbd5oVp8hPzBY3USPg+yR+2bbR7re7XPtrKfKFF9huSc0YWwqGu0n0+sl8Gd8OtP6we40mY4The4PREbvfA==) in vue official...

For some reason, I am still using webpack yet. Can this plugin 100% cover `vue-loader` 's features? If it can not, what are the different features between them? Thanks.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspack/cli](https://rspack.dev) ([source](https://redirect.github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli)) | [`1.0.4` -> `1.0.5`](https://renovatebot.com/diffs/npm/@rspack%2fcli/1.0.4/1.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rspack%2fcli/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | [`^1.11.7` -> `^1.11.8`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.7/1.11.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.11.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sxzz/eslint-config](https://redirect.github.com/sxzz/eslint-config) | [`^5.2.0` -> `^6.0.1`](https://renovatebot.com/diffs/npm/@sxzz%2feslint-config/5.2.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sxzz%2feslint-config/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sxzz%2feslint-config/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

hi @sxzz sorry to bother you This pr is temporarily put in draft. Currently, it is planned to mainly support farm version `2.0`. The node implementation between version `2.0` and...

### Describe the bug Hi, I'm trying to create custom elements (web components) using Vue, following [this example from the Vue website](https://vuejs.org/guide/extras/web-components#sfc-as-custom-element). The linked section explains how to apply the...