Fetching metadata from the HF Docker repository... Jimin Huang
add: Feature
5fa7a59 | <template> |
| <div> |
| <h1>Live</h1> |
| </div> |
| </template> |
|
|
| <script> |
| export default { |
| name: 'LiveView' |
| } |
| </script> |
|
|
| <style scoped> |
| .live-container { |
| width: 100%; |
| height: 100%; |
| } |
| </style> |