File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " overvue" ,
3
- "version" : " 6 .0.0" ,
3
+ "version" : " 7 .0.0" ,
4
4
"description" : " Vue Prototype DevTool" ,
5
5
"productName" : " OverVue" ,
6
6
"cordovaId" : " org.cordova.quasar.app" ,
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ module.exports = configure(function (ctx) {
168
168
} ,
169
169
170
170
manifest : {
171
- name : `OverVue6 .0` ,
172
- short_name : `OverVue6 .0` ,
171
+ name : `OverVue7 .0` ,
172
+ short_name : `OverVue7 .0` ,
173
173
description : `A Quasar Framework app` ,
174
174
display : "standalone" ,
175
175
orientation : "portrait" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Description:
8
8
<template >
9
9
<div class =" create-component-div drawer-menu" >
10
10
<q-expansion-item group =" accordion" label =" Import Component" >
11
- <ImportComponent v-if =" activeComponent === ''" @imported =" createComponent" title =" Import Component" class =" sidebar-btn" />
11
+ <ImportComponent v-if =" activeComponent === ''" @imported =" createComponent" title =" Import Component (coming soon) " class =" sidebar-btn" :disable = " true " />
12
12
</q-expansion-item >
13
13
<q-expansion-item group =" accordion" label =" Create Component" >
14
14
<form class =" create-component-form" v-on:submit.prevent =" createComponent" >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default {
37
37
data () {
38
38
return {
39
39
// to give the child componenets of the active components icons
40
- childIcon: [" fa-solid fa-code " ]
40
+ childIcon: [" fas fa-code fa-lg " ]
41
41
};
42
42
},
43
43
name: " Icons" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Description:
65
65
<br />
66
66
</q-expansion-item >
67
67
<InputHTMLMenu v-model =" attributeModal" v-if =" attributeModal === true && this.activeLayer.lineage.length === 0 " class =" htmlElement-selected" />
68
- <q-expansion-item group =" accordion" label =" HTML Attributes" >
68
+ <q-expansion-item group =" accordion" label =" Component Attributes" >
69
69
<AttributesSubMenu />
70
70
</q-expansion-item >
71
71
<!-- Props item that has AddProps component in it -->
Original file line number Diff line number Diff line change 24
24
25
25
<p class =" info-sub-heading" >Add class, id, and v-model Attributes </p >
26
26
<p class =" infoContent" >There are multiple ways to add attributes.
27
- One method is to click on the HTML Attributes drop down button. Specify the attribute by selecting either id or
27
+ One method is to click on the Component Attributes drop down button. Specify the attribute by selecting either id or
28
28
class. Click the <img style =" vertical-align :middle " alt =" save" src =" ../../../assets/plussign.png"
29
29
class =" tut-image" > or enter to apply the attribute. <br >
30
30
Another method is to double click the purple HTML tag.<img style =" vertical-align :middle " alt =" save"
You can’t perform that action at this time.
0 commit comments