Browse Source

eslint 验证错误

master
王梦远 2 weeks ago
parent
commit
749cd72fba
  1. 2
      src/components/home/Environment.vue
  2. 2
      src/views/formula/index.vue

2
src/components/home/Environment.vue

@ -60,7 +60,7 @@ onMounted(() => {
<template>
<div class="box">
<div class="title">
<img :src="imgs[envParams.type].img || homeInside" alt=""> {{ titles[envParams.type] }}
<img :src="imgs[envParams.type] || homeInside" alt=""> {{ titles[envParams.type] }}
</div>
<div style="display: flex; flex-direction: column; justify-content: flex-end">
<div class="env-row odd">

2
src/views/formula/index.vue

@ -1,8 +1,8 @@
<script lang="ts" setup>
import { Plus } from '@element-plus/icons-vue'
import FormulaConfig from 'components/formula/FormulaConfig.vue'
import FormulaTable from 'components/formula/FormulaTable.vue'
import { ref } from 'vue'
import { Plus } from '@element-plus/icons-vue'
//
const formRef = ref()

Loading…
Cancel
Save