<template> <span class="navbar-text"> I <slot></slot> </span> </template>E <script> export default { props: {} }; </script>