File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " overvue" ,
3- "version" : " 6 .0.0" ,
3+ "version" : " 7 .0.0" ,
44 "description" : " Vue Prototype DevTool" ,
55 "productName" : " OverVue" ,
66 "cordovaId" : " org.cordova.quasar.app" ,
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ module.exports = configure(function (ctx) {
168168 } ,
169169
170170 manifest : {
171- name : `OverVue6 .0` ,
172- short_name : `OverVue6 .0` ,
171+ name : `OverVue7 .0` ,
172+ short_name : `OverVue7 .0` ,
173173 description : `A Quasar Framework app` ,
174174 display : "standalone" ,
175175 orientation : "portrait" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Description:
88<template >
99 <div class =" create-component-div drawer-menu" >
1010 <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 " />
1212 </q-expansion-item >
1313 <q-expansion-item group =" accordion" label =" Create Component" >
1414 <form class =" create-component-form" v-on:submit.prevent =" createComponent" >
Original file line number Diff line number Diff line change 2424
2525 <p class =" info-sub-heading" >Add class, id, and v-model Attributes </p >
2626 <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
2828 class. Click the <img style =" vertical-align :middle " alt =" save" src =" ../../../assets/plussign.png"
2929 class =" tut-image" > or enter to apply the attribute. <br >
3030 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