diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index ebf8739..9442647 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -17,4 +17,4 @@ background: #718096; } -@tailwind utilities \ No newline at end of file +@tailwind utilities; \ No newline at end of file diff --git a/src/components.js b/src/components.js new file mode 100644 index 0000000..84d6d0f --- /dev/null +++ b/src/components.js @@ -0,0 +1,26 @@ +export default [ + { + name: 'Alert', + components: [ + { name: 'notification-Pop' } + + ], + }, + { + name: 'Cards', + components: [ + { name: 'article' }, + { name: 'product' }, + { name: 'product-evaluation' }, + { name: 'testimonial' }, + { name: 'user-details' }, + ], + }, + { + name: 'Forms', + components: [ + { name: 'login' }, + { name: 'subscribe' }, + ], + }, +]; \ No newline at end of file diff --git a/src/components/Master.vue b/src/components/Master.vue index 9438fc2..2c5505d 100644 --- a/src/components/Master.vue +++ b/src/components/Master.vue @@ -3,7 +3,8 @@