From 200ffde1c5906ec8701d1c861de4c6fe8ed094a2 Mon Sep 17 00:00:00 2001 From: Saeid Date: Sat, 11 Jul 2020 15:54:00 +0430 Subject: [PATCH] fix: error for default --- .gitignore | 1 + resources/js/Global/components/Blocks/Price.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdf5bec..2e1ad8a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ Homestead.json ### PhpStorm ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +.idea/ .idea/vcs.xml # User-specific stuff .idea/**/workspace.xml diff --git a/resources/js/Global/components/Blocks/Price.vue b/resources/js/Global/components/Blocks/Price.vue index 58c0b32..ffe6d1d 100644 --- a/resources/js/Global/components/Blocks/Price.vue +++ b/resources/js/Global/components/Blocks/Price.vue @@ -1,7 +1,7 @@