Fix forgotten calling of 'mobile()' mixin, because it changed to a function

This commit is contained in:
Wolfgang Huß 2023-01-31 14:50:01 +01:00
parent 12663cbf09
commit 4d8aa4765a

View File

@ -29,7 +29,7 @@ export default {
Modal,
PageFooter,
},
mixins: [seo, mobile],
mixins: [seo, mobile()],
}
</script>