``` <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?