From 47f9d5c0b1f303afb9b1fe5c169df090f56431f9 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 17 Jan 2023 14:26:18 +0300 Subject: [PATCH] remove console log and comments --- index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.js b/index.js index bc48383..9879f02 100644 --- a/index.js +++ b/index.js @@ -9,14 +9,8 @@ function install(app) { app.component(VButton.name, VButton); app.component(VInput.name, VInput); app.component(VSelect.name, VSelect); - console.log(app) app.config.globalProperties.$q.iconMapFn = (iconName) => { - // iconName is the content of QIcon "name" prop - - // your custom approach, the following - // is just an example: if (iconName.startsWith('app:') === true) { - // we strip the "app:" part const name = iconName.substring(4) return {