Appearance
<template> <h-pdf-v1 :h_data="h_pdf"></h-pdf-v1> </template> <script setup> const h_pdf = { selector: '.h-card' } </script>