Skip to content

Instantly share code, notes, and snippets.

@omghax
Created April 10, 2018 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omghax/ed5d7a98b484011262dc2eae96ee4d17 to your computer and use it in GitHub Desktop.
Save omghax/ed5d7a98b484011262dc2eae96ee4d17 to your computer and use it in GitHub Desktop.
import Route from '@ember/routing/route';
export default Route.extend({
queryParams: {
activeTab: { replace: true }
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment