rename the directory named pane in src/components
This commit is contained in:
parent
6fb0111335
commit
66a8c45f31
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
import Pane from '../tabs/pane.vue';
|
|
||||||
|
|
||||||
export default Pane;
|
|
3
src/components/tab-pane/index.js
Normal file
3
src/components/tab-pane/index.js
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import TabPane from '../tabs/pane.vue';
|
||||||
|
|
||||||
|
export default TabPane;
|
Loading…
Add table
Reference in a new issue