- Vue.use(plugin);
- import { value } from 'vue-function-api';
- Create setup function
- Create Form in template
- Bind search input to value in script
- Listen for submit on the form and set loading to true
- Call API with search term
- Set gifs value to be array of images
- set loading to false
const API_URL = 'https://api.giphy.com/v1/gifs/search?api_key=JnxTmEGKXjZeUKBzRjTQoMDg8OX8pS5U&rating=pg&q=';