feat: 帮助文档pivew

This commit is contained in:
TsMask
2023-11-20 19:05:01 +08:00
parent 081523db42
commit 474502b45b
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,14 @@
<script lang="ts" setup>
import LinkiFrame from '@/components/LinkiFrame/index.vue';
import { ref } from 'vue';
const url = ref<string>('/omc_help_doc-v5.0.pdf');
</script>
<template>
<div>
<LinkiFrame :src="url"></LinkiFrame>
</div>
</template>
<style lang="less" scoped></style>