We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32eb72 commit dd00ebaCopy full SHA for dd00eba
themes/vue/source/js/common.js
@@ -29,6 +29,7 @@
29
function createSourceSearchPath(query) {
30
query = query
31
.replace(/\([^\)]*?\)/g, '')
32
+ .replace(/(Vue\.)(\w+)/g, '$1$2" OR "$2')
33
.replace(/vm\./g, 'Vue.prototype.')
34
return 'https://github.com/search?utf8=%E2%9C%93&q=repo%3Avuejs%2Fvue+extension%3Ajs+' + encodeURIComponent('"' + query + '"') + '&type=Code'
35
}
0 commit comments