Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
10c8da3f
Commit
10c8da3f
authored
Apr 25, 2023
by
shj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] 검색 결과 없을 경우 text 구분
parent
ecf01a03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
default.vue
docs-front/layouts/default.vue
+2
-1
No files found.
docs-front/layouts/default.vue
View file @
10c8da3f
...
...
@@ -144,7 +144,8 @@
<span
v-html=
"paintColor(item.title)"
></span>
</v-list-item>
</v-list>
<span
v-else
>
Search Result
</span>
<span
v-else-if=
"keyword"
>
검색 결과가 없습니다.
</span>
<span
v-else
>
검색어를 입력하세요.
</span>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment