Skip to content

Instantly share code, notes, and snippets.

@fadingdust
Created March 26, 2018 01:00
Show Gist options
  • Save fadingdust/0593d0d188360a52063925c37d952ca5 to your computer and use it in GitHub Desktop.
Save fadingdust/0593d0d188360a52063925c37d952ca5 to your computer and use it in GitHub Desktop.
Using the Local Store as an API
Used By Defined By Function
Component Store.getters.getPageBySlug() state.posts.find();
Store Service.getPageBySlug() Vue.http.get( path );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment