Add styleSwitcher.
This commit is contained in:
parent
afd90b84d0
commit
d644887d4c
69 changed files with 2086 additions and 9 deletions
7
src/components/style_switcher/style_switcher.vue
Normal file
7
src/components/style_switcher/style_switcher.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<select v-model="selected">
|
||||
<option v-for="style in availableStyles" >{{style}}</option>
|
||||
</select>
|
||||
</template>
|
||||
|
||||
<script src="./style_switcher.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue