[bugfix] Tabbar: info not work when use icon slot (#1705)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div v-if="isDef(info)" :class="b()">{{ info }}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import create from '../utils/create-basic';
|
||||
|
||||
export default create({
|
||||
name: 'info',
|
||||
|
||||
props: {
|
||||
info: [String, Number]
|
||||
}
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user