mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-14 01:02:41 +01:00
7 lines
175 B
Vue
7 lines
175 B
Vue
<template>
|
|
<select v-model="selected">
|
|
<option v-for="style in availableStyles" >{{style}}</option>
|
|
</select>
|
|
</template>
|
|
|
|
<script src="./style_switcher.js"></script>
|