summaryrefslogtreecommitdiff
path: root/iridescence/src/components/admin/NewProduct.vue
diff options
context:
space:
mode:
Diffstat (limited to 'iridescence/src/components/admin/NewProduct.vue')
-rw-r--r--iridescence/src/components/admin/NewProduct.vue17
1 files changed, 17 insertions, 0 deletions
diff --git a/iridescence/src/components/admin/NewProduct.vue b/iridescence/src/components/admin/NewProduct.vue
new file mode 100644
index 0000000..b8d8dd2
--- /dev/null
+++ b/iridescence/src/components/admin/NewProduct.vue
@@ -0,0 +1,17 @@
+<template>
+ <div id="addNewProduct">
+ <button class="button is-primary">
+ + Add New
+ </button>
+ </div>
+</template>
+
+<script>
+export default {
+ name: "AddNewProduct",
+ props: {},
+ watch: {},
+ computed: {},
+ methods: {}
+};
+</script>