basic components
Showing
- package-lock.json 15 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/components/BaseComponents/ColoredButton.vue 16 additions, 0 deletionssrc/components/BaseComponents/ColoredButton.vue
- src/components/BaseComponents/CommunityHeader.vue 76 additions, 0 deletionssrc/components/BaseComponents/CommunityHeader.vue
- src/components/BaseComponents/NotificationModal.vue 60 additions, 0 deletionssrc/components/BaseComponents/NotificationModal.vue
... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
"lint": "vue-cli-service lint" | "lint": "vue-cli-service lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@heroicons/vue": "^1.0.6", | |||
"@mdi/font": "5.9.55", | "@mdi/font": "5.9.55", | ||
"@vuelidate/core": "^2.0.0-alpha.40", | "@vuelidate/core": "^2.0.0-alpha.40", | ||
"@vuelidate/validators": "^2.0.0-alpha.28", | "@vuelidate/validators": "^2.0.0-alpha.28", | ||
... | ... |
Please register or sign in to comment