mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-19 03:26:55 +01:00
8 lines
175 B
Vue
8 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>
|