-
It'd be nice to be able to extend Vue templates. This would allow you to make similar components with minor variations in the template and still keep your code DRY.
The argument for doing this, an…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `npm@7.17.0`
- Builder: `vite`
- …
-
Hi,
I'm working on the ionic vue mobile app and managed to implement your library into my project, it displays everything fine but switch button is not responding (I can't even press it). I'm a begin…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Check for existing issues
- [X] Completed
### Language
Pug
### Tree Sitter parser link
https://github.com/zealot128/tree-sitter-pug
### Language server link
_No response_
### Misc notes
P…
-
```
import Vue from 'vue'
import Vuep from 'vuep'
import 'vuep/dist/vuep.css'
Vue.use(Vuep /*, { codemirror options } */)
export default {
name: 'LiveEditor',
…
-
**问题描述**
v-for + slot会出现大量警告以及无法正常渲染。
> 续上https://github.com/dcloudio/uni-app/issues/3503#issue-1233360215
我尝试过`npx @dcloudio/uvm@latest 2.0.2-3071120230427001`,出现`Invalid version: 2.0.2-30711202…
-
### Vue - Official extension or vue-tsc version
2.0.22
### VSCode version
1.90.2
### Vue version
3.4.30
### TypeScript version
5.5.2
### System Info
```shell
Binaries:
…
-
```
// 目录结构
src
├─packages
│ ├─pkg-a
│ │ ├─static
│ │ │ ├─image.png
├─pages
```
```json5
// pages.json
{
"subPackages": [{
"root": "packages/pkg-a",
"pages": [
…
-
Unquoted numeric property names seem to be supported in Vue expressions.
But first, before fixing this, it'd be good to find some solid confirmation that it's 100% safe to do that.
**Prettier 2.2.…