diff --git a/vuejs/computed_property_watch.html b/vuejs/computed_property_watch.html new file mode 100644 index 0000000..e60647f --- /dev/null +++ b/vuejs/computed_property_watch.html @@ -0,0 +1,65 @@ + + +
+ + +{{ counter }} || {{ secondCounter }}
+{{ result() }} || {{ output }}
+