Przeglądaj źródła

Update Vue documentation (3.2.47)

Simon Legner 2 lat temu
rodzic
commit
a262dbc406
1 zmienionych plików z 1 dodań i 1 usunięć
  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.45'
+      self.release = '3.2.47'
       self.base_url = 'https://vuejs.org/'
       self.initial_paths = %w(guide/introduction.html)
       html_filters.push 'vue/entries_v3', 'vue/clean_html'