Skip to content

Commit c366cd7

Browse files
committed
Update Vue.js documentation (1.0.7)
1 parent b9f1564 commit c366cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/vue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Vue < UrlScraper
33
self.name = 'Vue.js'
44
self.slug = 'vue'
55
self.type = 'vue'
6-
self.version = '1.0.4'
6+
self.version = '1.0.7'
77
self.base_url = 'http://vuejs.org'
88
self.root_path = '/guide/index.html'
99
self.initial_paths = %w(/api/index.html)

0 commit comments

Comments
 (0)