feat: 新增svg图标
Former-commit-id: 7f2138a19e6907f944a03ee3493a9e7e4f7eca69
This commit is contained in:
14
src/views/demo/apidoc.vue
Normal file
14
src/views/demo/apidoc.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- 接口文档 -->
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="app-container h-full">
|
||||
<iframe
|
||||
id="iframe"
|
||||
src="https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5"
|
||||
style="height: calc(100vh - 124px)"
|
||||
width="100%"
|
||||
frameborder="0"
|
||||
></iframe>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user