1.0.9 • Published 3 years ago
@gurinder/vue3-application-ld-json v1.0.9
Create application/ld+json tag in vue3
Usage
<script setup>
import JsonLd from '@gurinder/vue3-application-ld-json'
</script>
<template>
<div>
<JsonLd :json="JSON.stringify({foo: 'bar'})"/>
</div>
</template>