feat: Add the design for the new tab component (#10261)

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Sivin Varghese
2024-10-12 03:57:29 +05:30
committed by GitHub
parent 2d5afef7c2
commit ed9dc6d419
3 changed files with 120 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
],
// Story files can have static strings, it doesn't need to handle i18n always.
'vue/no-bare-strings-in-template': 'off',
'no-console': 'off',
},
},
],