-
**update: 本文写于2016年,vue1.0时期,现在大部分已不适用**
这个系列记录我在一年vue开发中总结的一些经验和技巧。
## 利用Object.freeze()提升性能
Object.freeze()是ES5新增的特性,可以冻结一个对象,防止对象被修改。
vue 1.0.18+对其提供了支持,对于data或vuex里使用freeze冻结了的对象,vue不会做g…
-
Markers render slowly and consecutively as seen in the gif. This behavior is observed only in a vite project, and not in webpack. I have prepared two demos with the same code but different setups: [vi…
-
### Make sure to check the demo app(s) for sample usage
generic starter template with material text field
### If the demo apps cannot help and there is no issue for your problem, tell us about it…
-
Steps to simulate:
- Start a new Nuxt.js project;
- Install `vue-tel-input` package, version 4.3.0;
- In `plugins`, configure the following:
import Vue from 'vue';
import Vue…
-
### Description
### Steps to Reproduce
1. Set autoScaleYaxis to be true
2. Set xaxis.min such that the range of data graphed doesn't contain the maximum of the data set
### Expected Be…
-
**Describe the bug**
Fragments are displaying as empty in queries
**To Reproduce**
1. Make this query to https://demo.saleor.io/graphql/
```js
const {
result,
loading,
error,
} = useQ…
-
Implemented this surrounding a Vuetify `v-list` and this causes the list to only "scroll" whenever using mouse touches, and breaks scrolling with mouse
Easily duplicated on demo:
https://wangdaho…
-
The dropdown doesnt show up on iPhone X - Safari 11. Even in the demo (https://olefirenko.github.io/vue-google-autocomplete/).
Is it a known issue or is there a workaround to get it working?
-
## What happens?
子应用使用qiankun嵌入主营用后,子应用的ueditor 功能无法正常使用;
单独访问子应用ueditor功能是正常的。
## 最小可复现仓库
为节约大家的时间,无复现步骤的 ISSUE 会被关闭,提供之后再 REOPEN
https://github.com/zhuguoliangAI/qiankun-vue-demo/tree/qia…
-
I try to use your package but I go this error:
```
[Vue warn]: Attribute "options" is ignored on component because the component is a fragment instance.
```
My code:
``` html
…