Administrator před 2 roky
rodič
revize
f84202660b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;