Father.vue 168 B

12345678910
  1. <script setup>
  2. </script>
  3. <template>
  4. <div></div>
  5. <h1 style="font-family: 'OPPOSans'">test OPPO 字体 ,.,。?!@#¥$</h1>
  6. </template>
  7. <style scoped>
  8. </style>