vue_icp/readme.md
2025-05-23 22:41:51 +08:00

28 lines
732 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Vue.js网站备案号组件
这是一个网站底部备案号的vue组件可以直接在vue.js搭建的网站里引用。
### 使用方法
下载本目录中的 [copyright-icp.vue](https://gitea.yangprivate.site/zhcnyuyang/vue_icp/src/branch/main/copyright-icp.vue)进入项目目录。
按照以下示例进行使用:
### 使用示例
```vue
<script setup>
import CopyrightIcp from '@/components/copyright-icp.vue';
</script>
<template>
<router-view />
<!-- 配置备案号 -->
<CopyrightIcp></CopyrightIcp>
</template>
```
本作品灵感来自CSDN。原作者[Also_easy](https://blog.csdn.net/yiself)。
原文来源https://blog.csdn.net/yiself/article/details/129405421