Administrator il y a 2 ans
Parent
commit
f84202660b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/test/components/ScrolledList.vue

+ 1 - 1
src/views/test/components/ScrolledList.vue

@@ -44,7 +44,7 @@
 			
 			
 		},
-		mounted() {
+		created() {
 			this.config.data = this.config.data.map((item) => {
 			        item.push("<div style='color:#08C8B7' class='ScriconList'></div>");
 			        return item;