|
|
@@ -3,6 +3,7 @@ import type { IComponentModelConfig } from '../type'
|
|
|
import i18n from '@/locales'
|
|
|
import { scrollbarModes, DEFAULT_THEME_KEY } from '@/constants'
|
|
|
import { flagOptions } from '@/constants'
|
|
|
+import defaultStyle from './style.json'
|
|
|
|
|
|
export default {
|
|
|
label: i18n.global.t('page'),
|
|
|
@@ -11,6 +12,7 @@ export default {
|
|
|
group: i18n.global.t('layout'),
|
|
|
hideLibary: true,
|
|
|
hasChildren: true,
|
|
|
+ defaultStyle,
|
|
|
parts: [
|
|
|
{
|
|
|
name: 'main',
|