Level 53
Try using extends()instead.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,everything was working perfect with Vue 1 but not it seems like a lot of things changed so I'm having a strange issue,here is what it is.
** I want to **
import Something from './something.vue';
export default Something.extend({})
but getting error that Something.extend is not a function,any ideas why?
Please or to participate in this conversation.