We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<script lang="sass" theme="alpha"> ... </script> <script lang="sass" theme="beta"> ... </script> ... vue: { ... theme: 'alpha' }
Or what is the right way to do this? Separate components sharing template and scripts?