TrtcLocalView.nvue 278 B

12345678910111213141516171819
  1. <template>
  2. <TRTCCloudUniPlugin-TXLocalViewComponent :viewId="viewId"></TRTCCloudUniPlugin-TXLocalViewComponent>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'TrtcLocalView',
  7. props: {
  8. viewId: {
  9. type: String,
  10. default: ''
  11. }
  12. },
  13. }
  14. </script>
  15. <style>
  16. </style>