Skip to content

gurindersingh/vue3-application-ld-json

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published