🎨 add eslint

This commit is contained in:
jingsam 2016-12-25 22:49:42 +08:00
parent 829a2e4cfc
commit b0893113b3
88 changed files with 376 additions and 370 deletions

View file

@ -29,7 +29,7 @@
renderType: '',
uid: -1,
content: this.$parent.$parent.content
}
};
},
computed: {
classes () {
@ -38,7 +38,7 @@
{
[`${this.prefixCls}-hidden`]: !this.fixed && this.column.fixed && (this.column.fixed === 'left' || this.column.fixed === 'right')
}
]
];
}
},
methods: {
@ -94,5 +94,5 @@
this.compile();
}
}
}
</script>
};
</script>