Skip to content

Commit

Permalink
Merge pull request #56 from zhuowenli/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
zhuowenli authored Aug 23, 2019
2 parents 088fb66 + fb9d127 commit 68c09b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/views/components/bookmark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)
draggable(
v-model="bookmarkLists"
:options="dragOptions"
draggable=".bookmark__item"
)
.bookmark__item(
v-for="(item, inx) in bookmarks"
Expand Down Expand Up @@ -52,9 +52,6 @@ export default {
data() {
return {
edit: false,
dragOptions: {
draggable: '.bookmark__item'
}
};
},
components: { draggable },
Expand Down
1 change: 0 additions & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"*://*.baidu.com/*",
"*://github.com/*",
"*://*.github.com/*",
"*://*.githubusercontent.com/*",
"*://up-z0.qiniu.com/*"
]
},
Expand Down

0 comments on commit 68c09b9

Please sign in to comment.