chore: remove APAW from tracking; gitignore agent-generated files
This commit is contained in:
10
resources/js/components/TooltipComponent.vue
Normal file
10
resources/js/components/TooltipComponent.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<span class="text-success">
|
||||
<i class="fas fa-info-circle ml-1" data-toggle="tooltip" :title="tooltip"></i>
|
||||
</span>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props:['tooltip'],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user