All files / lib/components nav-text.vue

63.64% Statements 7/11
50% Branches 3/6
100% Functions 3/3
63.64% Lines 7/11
1 2 3 4 5 6 7 8 9 10 11 1218x 18x 18x   18x 18x            
<template>
    <span class="navbar-text">
    I    <slot></slot>
    </span>
</template>E
 
<script>
    export default {
        props: {}
    };
</script>