Javascript Vue

A Vue3 component that displays JSON in a collapsible tree

json-tree-view-vue3 A Vue3 component that displays JSON in a collapsible tree. Inspired by vue-json-component and vue-json-tree-view to work with Vue3 and TypeScript. Example <template> <JsonTreeView :data=”state.json” :maxDepth=”3″ /> </template>...
Read More
Javascript Vue

Use Vue 3’s Fragment feature in Vue 2 to return multiple root elements

vue-frag Use Vue 3’s Fragment feature in Vue 2 to return multiple root elements <template> <div v-frag> ⬅ This root element is unwrapped and removed on render! <li>Element 1</li>...
Read More

Pin It on Pinterest

Generated by Feedzy