Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,3 @@ { | ||
"name": "morphling", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A collection of VueJs filters.", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -146,3 +146,4 @@ # Mophling | ||
```html | ||
<pre>{{ {"favoriteBand":"Linkin Park"} | morph-json(2) }}</pre> | ||
<!-- const obj = {"favoriteBand":"Linkin Park"} --> | ||
<pre>{{ obj | morph-json(2) }}</pre> | ||
<!-- | ||
@@ -153,3 +154,3 @@ { | ||
--> | ||
<pre>{{ {"favoriteBand":"Linkin Park"} | morph-json('\t') }}</pre> | ||
<pre>{{ obj | morph-json('\t') }}</pre> | ||
<!-- | ||
@@ -156,0 +157,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
272
10171