rename the directory named pane in src/components

This commit is contained in:
zhigang.li 2017-11-30 14:54:00 +08:00
parent 6fb0111335
commit 66a8c45f31
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +0,0 @@
import Pane from '../tabs/pane.vue';
export default Pane;

View file

@ -0,0 +1,3 @@
import TabPane from '../tabs/pane.vue';
export default TabPane;