mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:04:50 +08:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
import Container from './components/Container';
|
|
|
|
export default {
|
|
slots: {
|
|
adminCommentDetailArea: [Container],
|
|
}
|
|
};
|