Skip to content

Commit a66c1c2

Browse files
committed
publish: 1.0.0
1 parent 6f186aa commit a66c1c2

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Diff for: docs/js/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-minder",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"title": "Vue kityminder",
55
"description": "Vue Kityminder",
66
"homepage": "https://github.com/hexyun/vue-minder",

Diff for: src/components/search/index.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@
107107
108108
this.doSearch.lastKeyword = keyword;
109109
110-
if(newSearch) {
111-
this._makeSearchSequence(keyword);
112-
}
110+
this._makeSearchSequence(keyword);
113111
114112
this.resultNum = this.searchSequence.length;
115113

Diff for: src/locale/lang/minder/zh-CN.js

-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ module.exports = {
153153
'rename': '重命名',
154154
'rename_success': '{0} 重命名成功',
155155
'move_success': '{0} 移动成功到 {1}',
156-
157-
158156
'command': {
159157
'appendsiblingnode': '插入同级主题',
160158
'appendparentnode': '插入上级主题',

0 commit comments

Comments
 (0)