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
@@ -239,10 +241,10 @@ Sometimes you may want your links to perform an action instead of following a li
239
241
| isUsingVueRouter | Boolean | no | false || If you want to use vue-router, set this to true and all links will automatically be `<router-link></router-link>`|
240
242
| mobileBreakpoint | Number | no | 992 || Width at which the navbar turns into the mobile version |
241
243
| brandImagePath | String or Object | no | '/' || Link path of menu-option. If you have `isUsingVueRouter === true`, then this needs to be an `Object` with a `name` property or just a `String` of your path. Otherwise, just provide a `String`. link |
242
-
| brandImage | Image | no |||`require()` your image here to use your brand image |
244
+
| brandImage | Image | no |||`import` your image here to use your brand image|
243
245
| brandImageAltText | String | no | 'brand-image' || The `alt` tag text for your brand image |
244
-
| collapseButtonImageOpen | Image | no | A hamburger icon ||`require()` your image here |
245
-
| collapseButtonImageClose | Image | no | A times icon ||`require()` your image here |
246
+
| collapseButtonImageOpen | Image | no | A hamburger icon ||`import` your image here|
247
+
| collapseButtonImageClose | Image | no | A times icon ||`import` your image here|
246
248
| collapseButtonOpenColor | String | no |`#373737`|| CSS hex - `#FFF`. Only applicable if you don't supply a `collapseButtonImageOpen`. |
247
249
| collapseButtonCloseColor | String | no |`#373737`|| CSS hex - `#FFF`. Only applicable if you don't supply a `collapseButtonImageClose`. |
248
250
| showBrandImageInMobilePopup | Boolean | no | false || If you want to show your brand logo in the mobile popup |
0 commit comments