Kaynağa Gözat

Update index.tsx

lex-xin 6 ay önce
ebeveyn
işleme
40d6d87235

+ 1 - 2
src/views/tempo-practice/setting-modal/index.tsx

@@ -188,8 +188,7 @@ export default defineComponent({
 
     const tempoListData = computed(() => {
       const list = tempoListNum.value  // Object.keys(tempoList.value);
-      console.log(list, 'list')
-      return list.map(key => {
+      return list.map((key: any) => {
         return {
           index: key,
           key: key,