mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix forgotten calling of 'mobile()' mixin, because it changed to a function
This commit is contained in:
parent
12663cbf09
commit
4d8aa4765a
@ -29,7 +29,7 @@ export default {
|
||||
Modal,
|
||||
PageFooter,
|
||||
},
|
||||
mixins: [seo, mobile],
|
||||
mixins: [seo, mobile()],
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user