Skip to content

Commit

Permalink
1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Mar 12, 2022
1 parent 17611a2 commit 886f258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var isInternal = exports.isInternal = function isInternal(url) {
// Does it begin with a hash, meaning a link to down page?
return true;
}
ref1 = settings.internalUrls != null;
ref1 = settings.internalUrls;
// Does the host match internal URLs?
for (j = 0, len1 = ref1.length; j < len1; j++) {
urlRegex = ref1[j];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-routing-anchor-parser",
"version": "1.13.0",
"version": "1.13.1",
"description": "A Vue directive that parses child elements for internally linking anchor tags and binds their click events to use Vue Router's push().",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 886f258

Please sign in to comment.