scorpioyq před 2 roky
rodič
revize
442d5e59eb
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      src/views/invest/index.vue

+ 1 - 3
src/views/invest/index.vue

@@ -43,9 +43,6 @@
                     placement="bottom"
                     raw-content
                   >
-                    <el-icon size="16">
-                      <Warning />
-                    </el-icon>
                   </el-tooltip>
                 </div>
                 <div
@@ -133,6 +130,7 @@ import { useStore } from '@/store/user.js'
 
 export default {
   name: 'index',
+  // eslint-disable-next-line vue/no-unused-components
   components: { BasicContainer, left, years, amount, chart, chart2, complete },
   setup() {
     const user = useStore()