Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Vue.filter('t', function(val) {
  2. return this.currentLanguage[val];
  3. });
  4.  
  5. this.$route.router.go({
  6. path: this.$route.router.path,
  7. query: {
  8. t: + new Date()
  9. }
  10. })
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement