Fixes to alert visibility and icon

This commit is contained in:
Jose Olarte III
2023-02-27 20:16:24 +08:00
parent 2d78a46ef2
commit 1378106be7
2 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ import {
faEllipsisVertical,
faSpinner,
faCircleCheck,
faXmark,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -46,7 +47,8 @@ library.add(
faCalendar,
faEllipsisVertical,
faSpinner,
faCircleCheck
faCircleCheck,
faXmark
);
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";