Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional appComponent

appComponent: Component<DefaultData<never>, DefaultMethods<never>, DefaultComputed, DefaultProps>

Defines the app/root component where the should be defined If not given we just call router-view on our own

Optional config

config: ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<DefaultProps>, DefaultProps>

Can be used to provide the default vue configuration options for the vue framework

Optional dynamicComponentResolver

dynamicComponentResolver: VueDynamicComponentResolverInterface

This function is used to define how you want to import the dynamic content element components we use on a page

Optional globalConfiguration

globalConfiguration: VueConfigurationInterface

Can be used to register additional plugins, directives and similar adjustments on the global vue instance

Optional layoutComponents

The list of layouts you want to provide for your page Layout's are the outermost frame of your application.

registered in this array

Optional mountPoint

mountPoint: string | Element

By default the app will be mounted on an element with the #app selector You can change this by defining an alternative mountPoint using this option.

Optional staticComponents

Additional, static components that are required in the framework

Optional vueEnvironment

vueEnvironment: VueEnvironmentType

Can be used to manually set the vue environment type. This is normally defined by the VUE_ENV environment variable

Generated using TypeDoc