vue-hljs-with-line-number
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -28,3 +28,3 @@ 'use strict'; | ||
hljs.lineNumbersBlock(target, { | ||
singaLine: binding.value.split('\n').length ==1 | ||
singleLine: binding.value.split('\n').length ==1 | ||
}); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "vue-hljs-with-line-number", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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,2 +62,5 @@ # vue-hljs-with-line-number | ||
## Changelog | ||
v1.0.5 | ||
- Fixed issue that options spell error. | ||
v1.0.4 | ||
@@ -64,0 +67,0 @@ - Fixed issue that single line options spell error. |
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
20104
80