Skip to content

Commit

Permalink
fix:client
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed Jan 4, 2024
1 parent d7afe4d commit fa95b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"kungfu": "node ./tools/kungfu.js"
},
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.8.5",
"@jx3box/jx3box-common": "^8.1.4",
"@jx3box/jx3box-comment-ui": "^1.8.6",
"@jx3box/jx3box-common": "^8.1.5",
"@jx3box/jx3box-common-ui": "^8.0.16",
"@jx3box/jx3box-data": "^3.5.6",
"@jx3box/jx3box-editor": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="m-archive-filter">
<div class="m-filter--left">
<!-- 版本过滤 -->
<!-- <clientBy @filter="filterImperceptibly" :type="client"></clientBy> -->
<clientBy @filter="filterImperceptibly" :type="client"></clientBy>

<!-- 类型过滤 -->
<el-radio-group class="u-type" v-model="tag" size="mini" @input="onTagInput">
Expand Down

0 comments on commit fa95b82

Please sign in to comment.