<template> <v-select item-text="name" item-value="themeFile" v-model="theme" :items="themes" ></v-select> </template> <script> export ...
確定! 回上一頁