akkoma-fe/src/components/style_switcher/style_switcher.vue

8 lines
175 B
Vue
Raw Normal View History

2017-01-16 17:57:03 +00:00
<template>
<select v-model="selected">
<option v-for="style in availableStyles" >{{style}}</option>
</select>
</template>
<script src="./style_switcher.js"></script>