prismicio / prismic-vue

Vue plugin, components, and composables to fetch and present Prismic content
https://prismic.io/docs/technologies/vuejs
Apache License 2.0
65 stars 16 forks source link

Slice zone #25

Closed hypervillain closed 4 years ago

hypervillain commented 4 years ago

Added a SliceZone component to prismic-vue. It takes an array of slices (Prismic's data.body) and a resolver (a function that takes a current slice information and returns a dynamic import

hypervillain commented 4 years ago

Created a separate vue-slicezone package