style cannot be used as component prop.

This commit is contained in:
Rui Ma 2017-05-15 16:37:12 +08:00
parent c70ff0f294
commit f031f4656a
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :class="classes" :style="style">
<div :class="classes" :style="listStyle">
<div :class="prefixCls + '-header'">
<Checkbox :value="checkedAll" :disabled="checkedAllDisabled" @on-change="toggleSelectAll"></Checkbox>
<span>{{ title }}</span>
@ -40,7 +40,7 @@
data: Array,
renderFormat: Function,
checkedKeys: Array,
style: Object,
listStyle: Object,
title: [String, Number],
filterable: Boolean,
filterPlaceholder: String,