Removed console log & debug message

This commit is contained in:
2022-08-09 01:03:32 +02:00
parent fde8fd9259
commit f8196b162e
5 changed files with 2 additions and 16 deletions

View File

@@ -23,7 +23,6 @@ function toast(options) {
toastComponent.use(router);
console.log("toastComponent:", toastComponent);
toastComponent.mount(
document.body.appendChild(document.createElement("div"))
);
@@ -32,7 +31,6 @@ function toast(options) {
export default {
install(app, options) {
console.log("installing toast plugin!");
console.log("plugin options", options);
function info(options) {
toast({ type: "info", ...options });