mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Vue.js documentation (1.0.13)
This commit is contained in:
parent
64d729ec28
commit
58da912a7d
2 changed files with 4 additions and 4 deletions
|
@ -396,9 +396,9 @@ credits = [
|
|||
'https://raw.githubusercontent.com/mitchellh/vagrant/master/LICENSE'
|
||||
], [
|
||||
'Vue.js',
|
||||
'2013-2015 Evan You, Vue.js contributors',
|
||||
'2013-2016 Evan You, Vue.js contributors',
|
||||
'MIT',
|
||||
'https://raw.githubusercontent.com/yyx990803/vue/master/LICENSE'
|
||||
'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
|
||||
], [
|
||||
'Webpack',
|
||||
'2012-2015 Tobias Koppers',
|
||||
|
|
|
@ -3,7 +3,7 @@ module Docs
|
|||
self.name = 'Vue.js'
|
||||
self.slug = 'vue'
|
||||
self.type = 'vue'
|
||||
self.version = '1.0.7'
|
||||
self.version = '1.0.13'
|
||||
self.base_url = 'http://vuejs.org'
|
||||
self.root_path = '/guide/index.html'
|
||||
self.initial_paths = %w(/api/index.html)
|
||||
|
@ -17,7 +17,7 @@ module Docs
|
|||
options[:only_patterns] = [/\/guide\//, /\/api\//]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2013–2015 Evan You, Vue.js contributors<br>
|
||||
© 2013–2016 Evan You, Vue.js contributors<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue