-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from log-z/dev 代码格式化
代码格式化
- Loading branch information
Showing
22 changed files
with
90 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-baidu"></span> | ||
<span class="iconfont icon-baidu" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconBaidu' | ||
name: 'NavIconBaidu' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-bing"></span> | ||
<span class="iconfont icon-bing" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconBing' | ||
name: 'NavIconBing' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-cheveron-right"></span> | ||
<span class="iconfont icon-cheveron-right" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconCheveronRight' | ||
name: 'NavIconCheveronRight' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-google"></span> | ||
<span class="iconfont icon-google" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconGoogle' | ||
name: 'NavIconGoogle' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-qiuwenbaike"></span> | ||
<span class="iconfont icon-qiuwenbaike" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconQiuwenbaike' | ||
name: 'NavIconQiuwenbaike' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont icon-wikipedia"></span> | ||
<span class="iconfont icon-wikipedia" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconWikipedia' | ||
name: 'NavIconWikipedia' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<template> | ||
<div class="nav-icon"> | ||
<slot></slot> | ||
<slot /> | ||
</div> | ||
</template> | ||
|
||
<style> | ||
.nav-icon > span { | ||
display: block; | ||
} | ||
</style> | ||
|
||
<script> | ||
export default { | ||
name: 'navIcon' | ||
name: 'NavIcon' | ||
} | ||
</script> | ||
<script setup> | ||
</script> | ||
|
||
<style> | ||
.nav-icon > span { | ||
display: block; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont-coloru icon-cl-baidu"></span> | ||
<span class="iconfont-coloru icon-cl-baidu" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconclBaidu' | ||
name: 'NavIconclBaidu' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont-coloru icon-cl-bing"></span> | ||
<span class="iconfont-coloru icon-cl-bing" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconclBing' | ||
name: 'NavIconclBing' | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<span class="iconfont-coloru icon-cl-google"></span> | ||
<span class="iconfont-coloru icon-cl-google" /> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'navIconclGoogle' | ||
name: 'NavIconclGoogle' | ||
} | ||
</script> |
Oops, something went wrong.