From 65c5944153b64e3135634ab714b87a8a30e6327d Mon Sep 17 00:00:00 2001 From: Enkot Date: Sun, 17 Jan 2021 00:13:23 +0200 Subject: [PATCH] cleanup --- src/Lazily.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Lazily.js b/src/Lazily.js index 1f06942..85ca47c 100644 --- a/src/Lazily.js +++ b/src/Lazily.js @@ -175,11 +175,6 @@ export default { data: this.data, observed: this.observed }) - }, - watch: { - isDelay(value) { - console.log('value', value) - } } }