add share dialog

This commit is contained in:
Bnyro
2022-08-28 16:29:11 +02:00
committed by Kavin
parent 09b163a1b6
commit 960e0ce15e
4 changed files with 109 additions and 11 deletions

View File

@@ -16,6 +16,7 @@ import {
faCircleMinus,
faXmark,
faClone,
faShare,
} from "@fortawesome/free-solid-svg-icons";
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
@@ -38,6 +39,7 @@ library.add(
faCircleMinus,
faXmark,
faClone,
faShare,
);
import router from "@/router/router.js";