vue-hljs-with-line-number
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -45,3 +45,3 @@ 'use strict'; | ||
hljs.lineNumbersBlock(target, { | ||
singaLine: binding.value.split('\n').length ==1 | ||
singleLine: binding.value.split('\n').length ==1 | ||
}); | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "vue-hljs-with-line-number", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Syntax highlighting with highlight.js for Vue.js 2.x", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/imlinhanchao/vue-hljs-with-line-number", |
@@ -62,3 +62,6 @@ # vue-hljs-with-line-number | ||
## Changelog | ||
v1.0.2 | ||
v1.0.4 | ||
- Fixed issue that single line options spell error. | ||
v1.0.3 | ||
- Fixed issue that single line rendering abnormal. | ||
@@ -65,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20055
77