YY il y a 2 ans
Parent
commit
b1e2e02c87
1 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 3 5
      src/views/index.vue

+ 3 - 5
src/views/index.vue

@@ -85,11 +85,9 @@ export default {
   computed: {
     ...mapState(['user']),
   },
-  mounted() {
-  },
+  mounted() {},
   created() {},
-  methods: {
-  },
+  methods: {},
   metaInfo() {
     return { title: this.$route.meta.title };
   },
@@ -163,7 +161,7 @@ export default {
     padding: 10px;
     color: #fff;
     border-radius: 50%;
-    background-color: aqua;
+    background-color: rgb(249, 254, 142);
   }
 }
 </style>