Skip to content

Commit 6ae0402

Browse files
committed
no problems
1 parent fb590db commit 6ae0402

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/dashboard_items/CodeSnippet.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ export default {
206206
output += data
207207
output += computed
208208
output += methods
209+
// eslint-disable-next-line no-useless-escape
209210
output += '};\n<\/script>\n\n<style scoped>\n</style>'
210211
// add props/data
211212

src/components/home_sidebar_items/EditDeleteComponents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Description:
4747
<q-btn id="deleteButton" @click="deleteSelectedComp(activeComponentData)" label = 'Delete currently selected'/>
4848
<div v-if="this.activeComponentData">
4949
<br/>
50-
<section>Layer:
50+
<section>Layer:
5151
<q-btn
5252
class="btn"
5353
color="transparent"

0 commit comments

Comments
 (0)