Unable to write Pug in Storybook's templates #15948
Unanswered
sergiocastrovale
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Vue project which uses Pug templates. They compile just fine, however I'd like to use Storybook so that our team could just copy and past each component example into their code.
The thing is, I'm unable to compile storybook's templates in Pug.
This works:
but this doesn't:
Any idea how to make this work?
Beta Was this translation helpful? Give feedback.
All reactions