Allow use of export default baseMixins.extend().extend({
See original GitHub issueIn vuetify (and other libraries), people do not use Vue.extend, they use somthingimportant.helloWorld().whynotHereasWell.extend to create their components in typescript.
vue-docgen-api could simply still parse it.
Update resolveExportedComponent.ts to accept anything before the .extend({
CC @jcchrrr
Issue Analytics
- State:
- Created 4 years ago
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Vue extend a class that has an import - Stack Overflow
You can assign it to a data property: import Service from '../service'; export default { data() { return { testData: 'test', ...
Read more >Building Packageable Components to Extend Vuetify with ...
Instead, use a data or computed property based on the prop's value. ... export default base.extend<options>().extend({.
Read more >Extend and Mixins | Vue Class Component
You can extend an existing class component as native class inheritance. ... Define a super class component @Component export default class Super extends...
Read more >JavaScript modules - MDN Web Docs
You can export functions, var , let , const , and — as we'll see later — classes. They need to be top-level...
Read more >Why is "export default var a = 1;" invalid syntax? - ES Discuss
export default var Klass = Backbone.Model.extend(); Klass.prototype.whatever = whatever; // ... For that use case will the following be functionally ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

exactly
Create another folder here and call it
vuetifyadd a vuetify component and try parsing it.