vue-async-computed
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-async-computed", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Async computed properties for Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -105,3 +105,7 @@ <big><h1 align="center">vue-async-computed</h1></big> | ||
normal computed properties, if the data the property depends | ||
<<<<<<< HEAD | ||
on changes then the property is re-run automaticly. | ||
======= | ||
on changes then the property is re-run automatically. | ||
>>>>>>> Squash of all commits for the inital plugin | ||
@@ -131,2 +135,3 @@ You can almost completely ignore the fact that behind the | ||
After that, vm.sum will be 5. If you change vm.x or vm.y, | ||
<<<<<<< HEAD | ||
one second later vm.sum will automaticly update itself to be | ||
@@ -136,2 +141,8 @@ the sum of what you set vm.x and vm.y to be a second before. | ||
``` | ||
======= | ||
one second later vm.sum will automatically update itself to be | ||
the sum of what you set vm.x and vm.y to be a second before. | ||
*/ | ||
```` | ||
>>>>>>> Squash of all commits for the inital plugin | ||
@@ -138,0 +149,0 @@ ## License |
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
9256
163