mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix typo
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
:init-name="tab.name"
|
:init-name="tab.name"
|
||||||
:tab-index="index"
|
:tab-index="index"
|
||||||
/>
|
/>
|
||||||
<div v-if="tabs.length === 0" id="start-guid">
|
<div v-if="tabs.length === 0" id="start-guide">
|
||||||
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
|
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
|
||||||
a new query from scratch or open the one from
|
a new query from scratch or open the one from
|
||||||
<router-link class="link" to="/my-queries">My queries</router-link>
|
<router-link class="link" to="/my-queries">My queries</router-link>
|
||||||
@@ -138,7 +138,7 @@ export default {
|
|||||||
fill: var(--color-text-base);
|
fill: var(--color-text-base);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#start-guid {
|
#start-guide {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user