mounted()

in frontend/public/app.js [20:24]


  mounted() {
    axios
      .get('/api/pictures')
      .then(response => { this.pictures = response.data })
  }