Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
8672110a
Commit
8672110a
authored
Oct 21, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v.0.1.2
parent
729a19a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
index.html
public/index.html
+1
-0
index.vue
src/components/NavBar/index.vue
+0
-1
No files found.
public/index.html
View file @
8672110a
...
...
@@ -23,6 +23,7 @@
<!-- <script src="//at.alicdn.com/t/font_2711356_k19r0hh1f4.js"></script> -->
<script
src=
"//at.alicdn.com/t/font_2711356_53bl5jmwu2e.js"
></script>
<script>
console
.
log
(
'v.0.1.2'
)
// (function () {
// var script = document.createElement('script');
// script.src = "//cdn.jsdelivr.net/npm/eruda";
...
...
src/components/NavBar/index.vue
View file @
8672110a
...
...
@@ -59,7 +59,6 @@
import
{
notchHeight
}
from
"@/store/AppStore"
;
import
{
defineComponent
}
from
"vue"
;
import
Icon
from
"../common/Icon.vue"
;
import
{
default
}
from
'../../service/index'
;
export
default
defineComponent
({
inheritAttrs
:
false
,
emits
:
[
'clickSecondIcon'
],
...
...
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