Skip to content
Snippets Groups Projects
Commit 379da13d authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting dismissible alerts

parent 15c51370
No related branches found
No related tags found
No related merge requests found
<template>
<div class="alert" :class="classType" v-if="error">
<div
class="alert alert-dismissible fade show"
:class="classType"
v-if="error">
{{ error }}
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment