mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
step
This commit is contained in:
parent
6f2b44bb4d
commit
71397bc9d4
@ -16,19 +16,19 @@ export default {
|
||||
props: {
|
||||
active: Number,
|
||||
icon: String,
|
||||
iconClass: String,
|
||||
// iconClass: String,
|
||||
title: String,
|
||||
description: String
|
||||
},
|
||||
|
||||
computed: {
|
||||
computedIconClass() {
|
||||
let iconName = `zan-icon-${this.icon}`;
|
||||
let result = (iconClass && iconClass.split(' ')) || [];
|
||||
result.push(iconName);
|
||||
// computedIconClass() {
|
||||
// let iconName = `zan-icon-${this.icon}`;
|
||||
// let result = (iconClass && iconClass.split(' ')) || [];
|
||||
// result.push(iconName);
|
||||
|
||||
return result;
|
||||
}
|
||||
// return result;
|
||||
// }
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
10
src/index.js
10
src/index.js
@ -48,14 +48,14 @@ const install = function(Vue) {
|
||||
Vue.component(Step.name, Step);
|
||||
};
|
||||
|
||||
auto install
|
||||
if (typeof window !== 'undefined' && window.Vue) {
|
||||
install(window.Vue);
|
||||
}
|
||||
// auto install
|
||||
// if (typeof window !== 'undefined' && window.Vue) {
|
||||
// install(window.Vue);
|
||||
// }
|
||||
|
||||
module.exports = {
|
||||
install,
|
||||
version: '0.0.8',
|
||||
version: '0.0.9',
|
||||
Button,
|
||||
Switch,
|
||||
Field,
|
||||
|
Loading…
x
Reference in New Issue
Block a user