Skip to content

Adding something like a theme="" option would help to separate multiple themes for the same component #608

Open
@bennyschudel

Description

@bennyschudel
<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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions