Skip to content

Commit 09db2a1

Browse files
committed
Merge branch 'dev' of https://github.com/oslabs-beta/OverVue into dev
2 parents 70871ef + 509f197 commit 09db2a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

quasar.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

src/components/left-sidebar/ComponentTab/CreateMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

src/components/right-sidebar/tutorial/NewVersionInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"

0 commit comments

Comments
 (0)