mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
[web] Streamline the name of components
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
import ControlButton from '@/components/ControlButton.vue'
|
||||
|
||||
export default {
|
||||
name: 'HeadingHero',
|
||||
name: 'PaneHero',
|
||||
components: { ControlButton },
|
||||
props: { content: { required: true, type: Object } }
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'HeadingTitle',
|
||||
name: 'PaneTitle',
|
||||
props: { content: { required: true, type: Object } }
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user