AIFloatingAvatar.vue 119 B

123456789
  1. <template>
  2. <!-- 问答功能已屏蔽 -->
  3. </template>
  4. <script>
  5. export default {
  6. name: 'FloatingAvatar'
  7. }
  8. </script>