You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force production mode, which prohibits the loader from emitting code (e.g. hot-reload related code) that is development-only.
70
+
71
+
## shadowMode
72
+
73
+
- type: `boolean`
74
+
- default: `false`
75
+
76
+
Compiled the component for usage inside Shadow DOM. In this mode, the styles of the component will be injected into `this.$root.$options.shadowRoot` instead of the document head.
0 commit comments