chore: rename to avoid case sentisitive related issue

This commit is contained in:
07akioni 2019-10-18 23:01:36 +08:00
parent c395ddbae8
commit 6255c23c13
3 changed files with 1 additions and 18 deletions

View File

@ -12,7 +12,7 @@
</template>
<script>
import NTreeSwitcherIcon from './SwitcherIcon'
import NTreeSwitcherIcon from './TreeSwitcherIcon'
export default {
name: 'NTreeSwitcher',

View File

@ -1,17 +0,0 @@
<template>
<svg
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"
/>
</svg>
</template>
<script>
export default {
name: 'NTreeArrow'
}
</script>