Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-05-14 17:29:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8abc2d5ebaafe699556ad7c4f2f8d5a346764686
8abc2d5e
1 parent
0b8f4ccf
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/components/CommentList/index.vue
src/components/CommentList/index.vue
View file @
8abc2d5
...
...
@@ -68,6 +68,8 @@ import icon_x from '@images/x.png'
import icon_y from '@images/y.png'
import icon_avatar from '@images/que-touxiang@2x.png'
import { useRoute, useRouter } from 'vue-router'
import axios from '@/utils/axios';
import _ from 'lodash'
import { Toast } from 'vant';
...
...
@@ -77,6 +79,8 @@ import { ref, reactive, onMounted, watch } from 'vue'
import { idCard } from '@/composables/useValidIdCard.js'
const validIdCard = idCard();
const $router = useRouter();
const props = defineProps({
showPopup: Boolean,
data: Object
...
...
Please
register
or
login
to post a comment