Sfoglia il codice sorgente

Update Vue.js documentation (3.2.31)

Simon Legner 3 anni fa
parent
commit
1e61abf275
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/docs/scrapers/vue.rb

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

@@ -19,7 +19,7 @@ module Docs
     HTML
 
     version '3' do
-      self.release = '3.2.30'
+      self.release = '3.2.31'
       self.base_url = 'https://vuejs.org/'
       self.initial_paths = %w(guide/introduction.html)
       html_filters.push 'vue/entries_v3', 'vue/clean_html'