Browse Source

Update Vue.js documentation (1.0.24)

Thibaut Courouble 9 years ago
parent
commit
e9b36319cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/vue.rb

+ 1 - 1
lib/docs/scrapers/vue.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Vue.js'
     self.slug = 'vue'
     self.type = 'vue'
-    self.release = '1.0.21'
+    self.release = '1.0.24'
     self.base_url = 'https://vuejs.org'
     self.root_path = '/guide/index.html'
     self.initial_paths = %w(/api/index.html)