import { use } from '../utils'; import Icon from '../icon'; const [sfc, bem] = use('nav-bar'); export default sfc({ props: { title: String, fixed: Boolean, leftText: String, rightText: String, leftArrow: Boolean, border: { type: Boolean, default: true }, zIndex: { type: Number, default: 1 } }, render(h) { return (