UNPKG

@chahindb7/vue-masonry-wall

Version:

Responsive masonry layout with SSR support and zero dependencies for Vue 3 (modified by Chahin).

7 lines (5 loc) 257 B
import { defineNuxtPlugin } from '#app' import MasonryWall from '../src/components/MasonryWall.vue' // Adjust the path based on your project structure export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.component('MasonryWall', MasonryWall) })