mrodal / vue-inheritance-loader

Webpack loader to be used along with vue-loader for Single File Components that provides template extension
38 stars 5 forks source link

make it friends with template(lang="pug") #1

Closed denis-gorin closed 5 years ago

denis-gorin commented 5 years ago

hi, thanks for this great solution!

it works exactly what I need But one little moment - I use pug, so I had to convert my templates, wich I'd like to chain in inheritance, back to html, my eyes are bleeding now, but I will survive

mrodal commented 5 years ago

Hey @denis-gorin, Im glad you liked it!

Doesn't pug already provide extending templates? Look at this

denis-gorin commented 5 years ago

Yes thats a good right way, thanks, it's more better than combine html and pug, but less excellent in one-file component paradigm