UNPKG

@tanstack/vue-router

Version:

Modern and scalable routing for Vue applications

10 lines 281 B
import * as Vue from 'vue'; export const SafeFragment = Vue.defineComponent({ name: 'SafeFragment', setup(_, { slots }) { return () => { return Vue.h(Vue.Fragment, null, slots.default?.()); }; }, }); //# sourceMappingURL=SafeFragment.jsx.map