@gurinder/vue3-application-ld-json
v1.0.9
Published
Create application/ld+json script tag
Downloads
5
Readme
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>