Skip to content

Instantly share code, notes, and snippets.

@tomshaw
Created May 3, 2019 13:30
Show Gist options
  • Save tomshaw/064788a7b6eb9419ecb53ed745a466bb to your computer and use it in GitHub Desktop.
Save tomshaw/064788a7b6eb9419ecb53ed745a466bb to your computer and use it in GitHub Desktop.
Nuxt.js raf-engine plugin
import RAFEngine from 'raf-engine';
const engine = new RAFEngine();
export default (ctx, inject) => {
ctx.$engine = engine;
inject('engine', engine);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment