-
Similar to rollup's extend option
The general logic is as follows:
```js
var _exports=......;
if(globalThis.xyz){
xyz=Object.assign({},xyz,_exports);
} else{
globalThis.xyz=_exports;
…
-
Hello everyone, this error comes up when I import the component. I am using Vue version 2.6.11, and I also tried installing @vue/composition-api, but it does not work. I also tried to downgrade to ver…
-
Seems that carousel indicators not working. It creates an empty ol element, but no list items added
![http://dl1.joxi.net/drive/0010/1661/693885/160302/efe554c292.png](http://dl1.joxi.net/drive/0010/…
-
See [here](https://github.com/freedomotic/fd-polymer-environments/blob/3098f769ee05829a07810c48a873f65f93dae65e/fd-polymer-environments.html#L64) (old Polymer client)
![env-slider](https://user-ima…
-
用 React 或者 Vue 构建单页面应用时,组件生命周期处于销毁阶段时,希望能清除轮播组件使用的定时器
translation:(Use React or Vue to build a single page application, component life cycle in the destruction phase, hoping to remove carousel compon…
-
Add thumbnails as dots feature.
Ref: https://quasar.dev/vue-components/carousel#example--thumbnails
-
Hi!
I'm working on a dynamic slide carousel and would need to know if there is a way to apply the vue-carousel with slides of different widths?
Example resource I'm looking for: http://jsfiddle.net/…
-
按需加载的时候报错.
这么引入的组件
```
export default {
components:{
BtModal: function(resolve){
require(['vue-strap/src/Modal'], resolve)
}
```
然后console报错
```
getScrollBarWidth.js?5aea:1 Uncaugh…
-
Hello!
I install `yarn add vue-slick-carousel` and then run `yarn dev`.
Then got errors
```
ERROR in ./.nuxt/client.js Module not found: Error: Can't resolve 'core-js/modules/es6.array.find'
```
-
**Module version**
Nuxt 2.15.4
Nuxt/Vuetify 1.11.3
**Describe the bug**
every thing was fine and suddenly got these errors when deleted `node_modules` and `package-lock.json` and then used `npm …