Skip to content
Snippets Groups Projects
Commit 3be7a3ea authored by lain's avatar lain
Browse files

Align style switcher.

parent ef094764
Branches
Tags
No related merge requests found
<template>
<select v-model="selected">
<select v-model="selected" class="style-switcher">
<option v-for="style in availableStyles" >{{style}}</option>
</select>
</template>
<script src="./style_switcher.js"></script>
<style lang="scss">
.style-switcher {
margin-right: 1em;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment