-
See App.vue:
This is a problem that exists across many of these demo project. These files should be directly included in the project, not references from the redislabs.com website.
-
when I use "debounce" in *.vue , it cannot recognize the method
code:
```javascript
methods: {
/**
* Do something
*/
demo: debounce(function () {
do something...
}, 350)
…
xyydd updated
5 years ago
-
### VUX version
2.9.2
### OS/Browsers version
Mac safari
### Vue version
2.5.17
### Code
```html
✖ error /Users/zhangzongbo/works/selfPractice/nuxt-demo/node_modules/vux/src/compon…
-
**What is the issue:**
Hello. I'm trying to test sharing cookies between multiple subdomains on my local machine with a self hosted Supertokens instance following the guides in documentation ([share-…
-
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…
-
I try to use the demo code, on one app and I use vue in this app, but the code is broken and I recive this error
```
Uncaught TypeError: Cannot read property 'addEventListener' of null
```
Tha…
-
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…
-
A pagination component is a user interface element that allows users to navigate through a large set of data by dividing it into discrete pages.
It typically includes controls such as next/previous…
-
**描述bug**
在**IE11**浏览器中无法正常打开官方的[demo](https://wujie-micro.github.io/demo-main-vue/vue2-sub/home)
**如何复现**
给出详细的复现步骤
1、打开IE11浏览器
2、输入 https://wujie-micro.github.io/demo-main-vue/vue2-sub/ho…
-
### Describe the feature
It is vital for any datepicker (especially for these which do not allow to enter a date using keyboard) to have a month/year pickers. Navigating x months/years backwards/forw…