mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 02:48:42 +08:00
12 lines
236 B
JavaScript
12 lines
236 B
JavaScript
import Tab from './components/Tab';
|
|
import TabPane from './containers/TabPane';
|
|
import translations from './translations.yml';
|
|
|
|
export default {
|
|
slots: {
|
|
profileTabs: [Tab],
|
|
profileTabPanes: [TabPane],
|
|
},
|
|
translations,
|
|
};
|