|
|
|
|
|
by superasn
2815 days ago
|
|
I wish there was some sort of inbuilt support for template inheritance that you currently have to do with stuff like "pug." Laravels blade templating engine does a great job at @extending templates from child to parent and it can be used for inspiration. Vue already has a slot tag so maybe then can add an extend tag for extending a parent template in a derived child template component. |
|