Appearance
<template> <qm-tag value="qm" /> </template> <script> import { defineComponent } from 'vue'; import { qmTag } from '@/components/qm-tag'; export default defineComponent({ components: { qmTag }, }); </script>
string