From ba2522ecda91e1931972dfad0c94bb3bd960cfcd Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 5 Sep 2018 10:11:58 +0300 Subject: [PATCH] Update vue-loader --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 477f4501..a4428ed8 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -91,6 +91,7 @@ rules: vue/html-indent: [error, tab] vue/require-default-prop: off vue/no-v-html: off + vue/no-use-v-if-with-v-for: off plugins: - vue