Skip to content
index.js 194 B
Newer Older
//import axios from 'axios'

export default {
  fetchPosts () {
    return null;//axios
      //.get('https://jsonplaceholder.typicode.com/posts')
      //.then(response => response.data)
  }
}