How to change a number to dot? when using badge on the tab tab in iview

how to change the number to dot?

when using badge on the tab tab in

iview

Mar.20,2021

h('div', [
    h('Badge', {
        props: {
            dot:true
        },
    },[
        h('span', '')
    ])
])
Menu