<template>
<v-btn>
<CustomIcon />
Click me
</v-btn>
</template>
<script>
// Import your SVG file
import CustomIcon from '@/assets/CustomIcon.svg';
export default {
components: {
CustomIcon, // Define CustomIcon as a component
},
};
</script>
Subscribe to:
Post Comments (Atom)
Java + HSM: Secure Key Management in Practice
Java + HSM: Secure Key Management in Practice When dealing with sensitive data, cryptographic keys should never leave secure hardware . T...
-
Docx4j unexpected element (uri:“http://schemas.openxmlformats.org/wordprocessingml/2006/main”, local:“p”) I am trying add html table in to...
-
What is Crontab and Crond Service ? Hi, Crond service provides for using periodic task in linux to us. Ok, now how can i use crond servic...
-
Önceki yazımdaki ( http://kirazibrahim.blogspot.com.tr/2014/07/catalinaopts-vs-javaopts.html ) ayarlamaları yaptıktan sonra OutOfMemory hata...
No comments:
Post a Comment