diff --git a/src/components/PopUps/Delete/index.vue b/src/components/PopUps/Delete/index.vue new file mode 100644 index 00000000..dd4b6445 --- /dev/null +++ b/src/components/PopUps/Delete/index.vue @@ -0,0 +1,112 @@ + + + + Delete + + + + + + Are you sure you want to delete this {{ type }} ? + + To delete this {{ type }}, type in {{ item.name }} and click delete + + + + + + + + + + Cancel + + + Confirm + + + + SUCCESS you can now close this popup + {{ item._id }} + + Close + + + + ERROR please try again, if the error persist contact Chadmin! + + Close + + + + + + + + + diff --git a/src/views/products/list.vue b/src/views/products/list.vue index 2ac6c9e4..167edb32 100644 --- a/src/views/products/list.vue +++ b/src/views/products/list.vue @@ -40,8 +40,7 @@ Edit - - @@ -56,11 +55,11 @@
To delete this {{ type }}, type in {{ item.name }} and click delete