Merge pull request #1366 from hoppscotch/main

This commit is contained in:
Liyas Thomas
2020-12-08 09:03:00 +05:30
committed by GitHub
33 changed files with 286 additions and 399 deletions

View File

@@ -36,7 +36,7 @@
</template>
</v-popover>
<button class="icon" @click="hideModal">
<closeIcon class="material-icons" />
<i class="material-icons">close</i>
</button>
</div>
</div>
@@ -106,12 +106,8 @@
<script>
import { fb } from "~/helpers/fb"
import closeIcon from "~/static/icons/close-24px.svg?inline"
export default {
components: {
closeIcon,
},
data() {
return {
fb,