Fix issue with attributes on station profile.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-09-11 11:02:37 -05:00
parent 87e8e25d5d
commit 2e98b94685
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
12 changed files with 43 additions and 26 deletions

View File

@ -52,6 +52,7 @@ import {BACKEND_NONE, FRONTEND_REMOTE} from '../Entity/RadioAdapters.js';
import NowPlaying from '../Entity/NowPlaying';
export default {
inheritAttrs: false,
components: {
ProfileBackend,
ProfileBackendNone,

View File

@ -8,3 +8,9 @@
</div>
</section>
</template>
<script>
export default {
inheritAttrs: false,
}
</script>

View File

@ -57,6 +57,7 @@ export const profileBackendProps = {
};
export default {
inheritAttrs: false,
components: {Icon},
mixins: [profileBackendProps],
props: {

View File

@ -78,6 +78,7 @@ export const profileEmbedModalProps = {
};
export default {
inheritAttrs: false,
components: {CopyToClipboardButton},
mixins: [profileEmbedModalProps],
data() {

View File

@ -85,6 +85,7 @@ export const profileFrontendProps = {
};
export default {
inheritAttrs: false,
components: {Icon, CopyToClipboardButton},
mixins: [profileFrontendProps],
props: {

View File

@ -28,6 +28,7 @@ export const profileHeaderProps = {
};
export default {
inheritAttrs: false,
components: {Icon},
mixins: [profileHeaderProps]
};

View File

@ -117,6 +117,7 @@ export const profileNowPlayingProps = {
};
export default {
inheritAttrs: false,
components: {Icon},
mixins: [profileNowPlayingProps],
props: {

View File

@ -97,6 +97,7 @@ export const profilePublicProps = {
};
export default {
inheritAttrs: false,
components: {Icon, EmbedModal},
mixins: [profilePublicProps, profileEmbedModalProps],
computed: {

View File

@ -49,6 +49,7 @@ export const profileRequestsProps = {
};
export default {
inheritAttrs: false,
components: {Icon},
mixins: [profileRequestsProps],
computed: {

View File

@ -41,6 +41,7 @@
<script>
export default {
inheritAttrs: false,
props: {
scheduleItems: Array
}

View File

@ -49,6 +49,7 @@ export const profileStreamersProps = {
};
export default {
inheritAttrs: false,
components: {Icon},
mixins: [profileStreamersProps],
computed: {

View File

@ -86,6 +86,7 @@
import Icon from '../../Common/Icon';
export default {
inheritAttrs: false,
components: {Icon},
props: {
np: Object