v0.8.0
NOTE Version 0.8.0 uses vue-component-meta@^2.1.6, which may produce slightly different results compared to [email protected]. For instance, optional types will now include | undefined in their definitions. For example, enable?: boolean will be represented as enable?: boolean | undefined.