diff --git a/.gitignore b/.gitignore index 198ade7..94c91d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ /vendor /modules /development/ +/.idea +/.vscode jsconfig.json .env .phpunit.result.cache diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml new file mode 100644 index 0000000..b5fbe71 --- /dev/null +++ b/.idea/symfony2.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/resources/js/Global/components/Drawer/SideBar.vue b/resources/js/Global/components/Drawer/SideBar.vue index 64528f7..f7fc842 100644 --- a/resources/js/Global/components/Drawer/SideBar.vue +++ b/resources/js/Global/components/Drawer/SideBar.vue @@ -43,7 +43,7 @@ - @@ -19,7 +21,9 @@ export default { themeColor: { default: "black" }, btnText: { default: "ثبت اولین آیتم" }, btnIcon: { default: "cancel" }, - + modal: { default: null }, + routeName: { default: null }, + hasBtn: { default: true }, }, };