Can you explain the specific differences and scenarios where importing Vue
from vue-property-decorator
versus just vue
would be applicable? I have learned that when defining a custom component with a @Component
decorator, it is necessary to import Vue
from vue-property-decorator
. However, are there any unexpected or unique situations related to the core functionality of Vue
that I should keep in mind when using this approach?