-
Thanks to @fsgiudice for starting this.
-
> Error while trying to compile vue & scss files with laravel mix.
>
> Same files still works perfectly with gulp.
webpack.mix.js
```
let mix = require('laravel-mix').mix;
mix.js('resourc…
-
I was able to get collapse working with the following tweaks:
In collapse.vue change:
`hub.$on('toggled::collapse', function (data) {`
to:
`hub.$on('toggled::collapse', (data) => {`
That way this.id …
-
iView 版本号
2.0.0-rc.8
操作系统/浏览器 版本号
macOS/Chrome 56
Vue 版本号
2.2.1
复现步骤
点击Menu-item列无法触发click事件。
你估计可能的原因是什么(选填)?
…
-
### Vue.js version
2.0.3
### Reproduction Link
http://codepen.io/reverland/pen/ZBGKoW
### Steps to reproduce
the left accordion behaves normally, however, when I write enter and lea…
-
Hi,
First, thanks for the job. Really good. Starting with cordova very quickly (time to read the doc/issues ;) )
I read with attention the #145 issue and as @andreujuanc, i don't want to use Riot / A…
gbtux updated
7 years ago
-
举个collapse帮助文档中的例子,可以通过联动手段同时打开两个折叠面板:
```html
与现实生活一致:与现实生活的流程、逻辑保持一致,遵循用户习惯的语言和概念;
在界面中一致:所有的元素和结构需保持一致,比如:设计样式、图标和文本、元素的位置等。
…
-
Is it easy to add transition animation?
-
repeat
1. http://yuche.github.io/vue-strap/#accordion
2.close only one at a time.
3.click Panel #2 or Panel #3 or Panel #4 **no animation**
1. click again **width animation**
-
Hi, wondering how best to import a library like `vue-strap`?
Thanks