mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
chore: rename to avoid case sentisitive related issue
This commit is contained in:
parent
c395ddbae8
commit
6255c23c13
@ -12,7 +12,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NTreeSwitcherIcon from './SwitcherIcon'
|
||||
import NTreeSwitcherIcon from './TreeSwitcherIcon'
|
||||
|
||||
export default {
|
||||
name: 'NTreeSwitcher',
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user