Skip to content

Commit

Permalink
fix: mount div by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 11, 2020
1 parent 4fb41a9 commit 9d8a792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vanilla/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function microlink (selector, opts, rootNode) {
Microlink,
Object.assign(
{
as: 'div',
url: el.getAttribute('href')
},
opts,
Expand Down

0 comments on commit 9d8a792

Please sign in to comment.