🎉 Added navigation link to Documentation page in default layour

This commit is contained in:
Liyas Thomas
2019-12-21 08:44:10 +05:30
parent f0868f383b
commit d4819bcd0a
4 changed files with 29 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="page">
<pw-section class="blue" label="Collection" ref="collection">
<pw-section class="blue" label="Import Collection" ref="collections">
<ul>
<li>
<label for="collectionUpload">
@@ -23,7 +23,7 @@
</ul>
<ul>
<li>
<label for="rawBody">{{ $t("raw_request_body") }}</label>
<label for="rawBody">{{ $t("collections") }}</label>
<Editor
v-model="collectionJSON"
:lang="'json'"