fix #3391
This commit is contained in:
parent
5776bcbf06
commit
f1702c48e9
1 changed files with 26 additions and 22 deletions
|
@ -11,10 +11,14 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Spin from '../spin/spin.vue';
|
||||
import Icon from '../icon/icon.vue';
|
||||
|
||||
const prefixCls = 'ivu-scroll';
|
||||
|
||||
export default {
|
||||
props: ['text', 'active', 'spinnerHeight'],
|
||||
components: { Spin, Icon },
|
||||
computed: {
|
||||
wrapperClasses() {
|
||||
return [
|
||||
|
|
Loading…
Add table
Reference in a new issue