remove console log and comments

This commit is contained in:
kandrusyak
2023-01-17 14:26:18 +03:00
parent 1f53290249
commit 47f9d5c0b1

View File

@@ -9,14 +9,8 @@ function install(app) {
app.component(VButton.name, VButton); app.component(VButton.name, VButton);
app.component(VInput.name, VInput); app.component(VInput.name, VInput);
app.component(VSelect.name, VSelect); app.component(VSelect.name, VSelect);
console.log(app)
app.config.globalProperties.$q.iconMapFn = (iconName) => { 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) { if (iconName.startsWith('app:') === true) {
// we strip the "app:" part
const name = iconName.substring(4) const name = iconName.substring(4)
return { return {