@gitlab/ui
Version:
GitLab UI Components
78 lines (67 loc) • 1.89 kB
JavaScript
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var script = {
data: function data() {
return {
items: [{
text: 'First Item',
href: '#'
}, {
text: 'Second Item',
href: '#'
}, {
text: 'Third Item',
href: '#'
}]
};
}
};
/* script */
const __vue_script__ = script;
/* template */
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('gl-breadcrumb',{attrs:{"items":_vm.items},scopedSlots:_vm._u([{key:"avatar",fn:function(){return [_c('img',{staticClass:"gl-breadcrumb-avatar-tile",attrs:{"src":"https://assets.gitlab-static.net/uploads/-/system/group/avatar/9970/logo-extra-whitespace.png?width=15","width":"15","height":"15"}})]},proxy:true},{key:"separator",fn:function(){return [_c('svg',{attrs:{"viewBox":"0 0 16 16"}},[_c('path',{attrs:{"d":"M9.9 8.064L5.656 3.821A1 1 0 0 1 7.07 2.407l4.95 4.95a1 1 0 0 1 0 1.414l-4.95 4.95a1 1 0 0 1-1.414-1.414l4.242-4.243z","fill-rule":"evenodd"}})])]},proxy:true}])})};
var __vue_staticRenderFns__ = [];
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
const __vue_scope_id__ = undefined;
/* module identifier */
const __vue_module_identifier__ = undefined;
/* functional template */
const __vue_is_functional_template__ = false;
/* style inject */
/* style inject SSR */
/* style inject shadow dom */
const __vue_component__ = __vue_normalize__(
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
__vue_inject_styles__,
__vue_script__,
__vue_scope_id__,
__vue_is_functional_template__,
__vue_module_identifier__,
false,
undefined,
undefined,
undefined
);
export default __vue_component__;