-
Hello there. I'm experiencing a problem with a npm WARN like this:
```npm WARN vuex-composition-helpers@1.0.21 requires a peer of @vue/composition-api@>= 0.4.0 but none is installed. You must insta…
-
### Nginx
-
## Feature request
- [x] I confirm that this is a feature request rather than a question. Well not really, your opinion will vary.
#### What problem does this feature solve?…
-
### What happened?
When running `vitest` I receive the following error:
```console
[Vue warn]: Component is missing template or render function.
at
at
at
at
at
at
…
-
### What happened?
I am on the latest version (v2.17.1), and want to use Material Symbols `arrow_menu_open` and `arrow_menu_close`.
I am using `` (and variant with `_close`)
Instead of the icon…
-
### 请详细说下你对vue生命周期的理解
vue的生命周期总共分为8个阶段:创建前/后,载入前/后,更新前/后,销毁前/后。
```text
创建前/后:在beforeCreate阶段,vue实例的挂载元素$el和数据对象data都为undefined,还未初始化。在created阶段,vue实例的数据对象data有了,$el还没有。
载入前/后:在beforeMount阶段,v…
-
### Reproduction
https://play.vuejs.org/#eNqNVVuP0zgU/ismrNRU28adgnjIZqphWbSzq11AgOCB8JAmp22oY1u2M1NU9b9zfMmlwwygmTbxuXznOzf3GDVFzZMvOkqjupFCGXIkpYLCwHMpyYlslGjI5KaFSc6DgRKtARU0CfXHQW39Ol0hZeJ9c96jxv…
-
1.
document.querySelector("#22id"); 不能以数字开头,后面有数字可以支持
这个将导致错误:
document.getElementById('#id22') 这个则可以
```
VM188:1 Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '…
-
萨瓦迪卡~~~~~~心情不错
-
Model value is not updated when `material_select()` is applied to the ``.
I've made a fiddle to show you what's going on:
http://jsfiddle.net/maxflex/j8xcm7d2/
There are also other people facing th…