mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 00:53:09 +02:00
fix syntax error
This commit is contained in:
parent
16e3cb01ca
commit
7925b130e8
1 changed files with 4 additions and 3 deletions
|
@ -47,6 +47,7 @@
|
||||||
<MkButton class="button" @click="more()">
|
<MkButton class="button" @click="more()">
|
||||||
<i class="ti ti-reload"></i>{{ i18n.ts.more }}
|
<i class="ti ti-reload"></i>{{ i18n.ts.more }}
|
||||||
</MkButton>
|
</MkButton>
|
||||||
|
</div>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</MkStickyContainer>
|
</MkStickyContainer>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue