update CellGroup

This commit is contained in:
梁灏 2018-06-20 15:23:23 +08:00
parent 59a3b893b7
commit 66fc7ae416
2 changed files with 5 additions and 6 deletions

View file

@ -26,7 +26,7 @@ import { oneOf } from '../../utils/assist';
import { on, off } from '../../utils/dom';
import Trigger from './trigger.vue'
export default {
name: 'SplitPane',
name: 'Split',
components: {
Trigger
},