How to use the resolveComponent function from vue
Find comprehensive JavaScript vue.resolveComponent code examples handpicked from public code repositorys.
GitHub: hacfins/vue3-multi-page
182 183 184 185 186 187 188 189 190 191
return api; }, }); function render$1(_ctx, _cache, $props, $setup, $data, $options) { const _component_el_virtual_list_item = vue.resolveComponent("el-virtual-list-item"); return (vue.openBlock(), vue.createBlock("div", { ref: "viewportRef", class: "el-vl__viewport",
1
2
1
55 56 57 58 59 60 61 62 63 64
} }); function render(_ctx, _cache, $props, $setup, $data, $options) { const _component_a_button = vue.resolveComponent("a-button"); return vue.openBlock(), vue.createBlock(_component_a_button, vue.mergeProps(_ctx.$attrs, { type: _ctx.type, class: _ctx.className
1
1
4
20 21 22 23 24 25 26 27 28 29
} } }); function render$1(_ctx, _cache, $props, $setup, $data, $options) { const _component_a_result = vue.resolveComponent("a-result"); const _component_a_card = vue.resolveComponent("a-card"); return vue.openBlock(), vue.createBlock(_component_a_card, {
1
1
4
+ 13 other calls in file
140 141 142 143 144 145 146 147 148 149
const _hoisted_4$2 = { class: "flex items-center" }; function render$5(_ctx, _cache, $props, $setup, $data, $options) { const _component_a_menu_item = _vue.resolveComponent("a-menu-item"); const _component_a_sub_menu = _vue.resolveComponent("a-sub-menu"); const _component_a_menu = _vue.resolveComponent("a-menu");
1
1
4
+ 11 other calls in file
959 960 961 962 963 964 965 966 967 968 969 970
class: "p-hidden-accessible" }; function render(_ctx, _cache, $props, $setup, $data, $options) { const _component_VirtualScroller = vue.resolveComponent("VirtualScroller"); const _component_Portal = vue.resolveComponent("Portal"); const _directive_ripple = vue.resolveDirective("ripple"); return (vue.openBlock(), vue.createElementBlock("div", { ref: "container",
1
0
0
+ 49 other calls in file
2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721
key: 2, class: "p-datepicker-buttonbar" }; function render(_ctx, _cache, $props, $setup, $data, $options) { const _component_CalendarButton = vue.resolveComponent("CalendarButton"); const _component_Portal = vue.resolveComponent("Portal"); const _directive_ripple = vue.resolveDirective("ripple"); return (vue.openBlock(), vue.createElementBlock("span", {
1
0
0
+ 49 other calls in file
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
vue.onMounted(async ()=>{ }); return (_ctx, _cache) => { const _component_HTMLTag = vue.resolveComponent("HTMLTag"); const _component_TabPanel = vue.resolveComponent("TabPanel"); const _component_TabView = vue.resolveComponent("TabView"); return (vue.openBlock(), vue.createBlock(_component_TabView, { activeIndex: page.value }, {
0
0
7
+ 99 other calls in file
143 144 145 146 147 148 149 150 151 152 153 154
const _hoisted_2 = ["id"]; const _hoisted_3 = ["onClick"]; const _hoisted_4 = ["href"]; function render$1(_ctx, _cache, $props, $setup, $data, $options) { const _component_btb_vue_list_layer = vue.resolveComponent("btb-vue-list-layer"); return (vue.openBlock(), vue.createElementBlock("ul", { class: vue.normalizeClass(`btb-vue-list-layer layer-${_ctx.props.iteration}`), style: vue.normalizeStyle({ ..._ctx.getStyle(['btb-vue-list-layer', `layer-${_ctx.props.iteration}`]) })
0
0
1
+ 3 other calls in file
164 165 166 167 168 169 170 171 172 173 174 175
alert(res.text); } }); return (_ctx, _cache) => { const _component_FormularioJSON = vue.resolveComponent("FormularioJSON"); return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [ vue.createTextVNode(" Cliente Formulario Dinámico "), (form_def.value !== null)
0
0
7
+ 19 other calls in file
42 43 44 45 46 47 48 49 50 51 52 53
label: String }, }; function render$1(_ctx, _cache, $props, $setup, $data, $options) { const _component_q_btn = vue.resolveComponent("q-btn"); return (vue.openBlock(), vue.createElementBlock("div", null, [ vue.createVNode(_component_q_btn, { style: vue.normalizeStyle(`background-color: ${$props.color}; color: ${$props.textColor}`),
0
0
1
+ 5 other calls in file
GitHub: WenyaoL/marked2vue
2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855
var script$3 = /*#__PURE__*/ vue.defineComponent({ __name: 'Tablerow', setup: function (__props) { return function (_ctx, _cache) { var _component_solt = vue.resolveComponent("solt"); return (vue.openBlock(), vue.createElementBlock("tr", null, [ vue.createVNode(_component_solt) ])); };
0
0
1
+ 5 other calls in file
vue.createElementBlock is the most popular function in vue (2388 examples)