Your Name 6 gadus atpakaļ
vecāks
revīzija
48889717cb
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      src/pages/welcome.vue

+ 0
- 1
src/pages/welcome.vue Parādīt failu

@@ -122,7 +122,6 @@ export default {
122 122
   created () {
123 123
     this.city = this.$route.query.city || this.city
124 124
 
125
-    
126 125
     getShares().then(dt => (this.sharesData = dt))
127 126
     window.setInterval(() => {
128 127
       getShares().then(dt => (this.sharesData = dt))