feat: 帮助文档pivew
This commit is contained in:
BIN
public/omc_help_doc-v5.0.pdf
Normal file
BIN
public/omc_help_doc-v5.0.pdf
Normal file
Binary file not shown.
14
src/views/tool/help/index.vue
Normal file
14
src/views/tool/help/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user