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>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import Spin from '../spin/spin.vue';
|
||||||
|
import Icon from '../icon/icon.vue';
|
||||||
|
|
||||||
const prefixCls = 'ivu-scroll';
|
const prefixCls = 'ivu-scroll';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: ['text', 'active', 'spinnerHeight'],
|
props: ['text', 'active', 'spinnerHeight'],
|
||||||
|
components: { Spin, Icon },
|
||||||
computed: {
|
computed: {
|
||||||
wrapperClasses() {
|
wrapperClasses() {
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Add table
Reference in a new issue