Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-25 15:44:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb69f443ae8044d22b861e4c1f96175c9e2486cd
cb69f443
1 parent
b0ddea24
新增隐私组件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
src/components/privacy.vue
src/components/privacy.vue
0 → 100644
View file @
cb69f44
<!--
* @Date: 2024-10-25 12:46:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-25 12:46:26
* @FilePath: /hager/src/components/privacy.vue
* @Description: 文件描述
-->
<template>
<div class="privacy-page">
Privacy
</div>
</template>
<script>
import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
</style>
Please
register
or
login
to post a comment