Ver Fonte

no message

Administrator há 2 anos atrás
pai
commit
f84202660b
1 ficheiros alterados com 1 adições e 1 exclusões
  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;