Skip to content

Commit c9eb1a7

Browse files
committed
remove unexpected
1 parent 98cee45 commit c9eb1a7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ npm i -D vue-autolink
1414

1515
```javascript
1616
// locally
17-
// `l` is lowercase
1817
import autoLink from 'vue-autolink/autolink'
1918
new Vue({
2019
components: { autoLink }

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-autolink",
3-
"version": "0.0.1",
3+
"version": "0.0.11",
44
"description": "Auto-link url and images in Vue components",
55
"main": "index.js",
66
"scripts": {

Diff for: src/autolink.js

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default {
4848
opts.linkAttr = this.linkAttr
4949
opts.imageAttr = this.imageAttr
5050
opts.safe = defaultFalse(this.safe)
51-
console.log(opts)
5251
return autoLink(val, opts)
5352
}
5453
}

0 commit comments

Comments
 (0)