Hi, I have a component named ProjectCard. When it loads I see the following warning in the console:
Vue Warning: Method "mixins" has type "object" in the component definition. Did you reference the function correctly?
I’ve posted what I think is the relevant code from the ProjectCard component this issue. Any thoughts? I can post more code details if helpful but not sure what that would be.
Is this a common warning people see?
Using Vue version: 2.6.11
...
export default {
name: 'ProjectCard',
mixins: [utilityMixin, setSidebarComponent, publishFunctions, unpublishFunctions, shellMethodsMixin],
components:{
...