Cosmetics for code display

This commit is contained in:
Cagatay Civici 2023-11-01 17:36:59 +03:00
parent c963e2e95f
commit 03732ab3f8
39 changed files with 78 additions and 39 deletions

View file

@ -56,7 +56,8 @@ export default {
<InputText v-tooltip.bottom="'Enter your username'" type="text" placeholder="Bottom" />
<InputText v-tooltip.left="'Enter your username'" type="text" placeholder="Left" />
</div>
</template>`
</template>
`
}
};
}