vuetify-nuxt-module
vuetify-nuxt-module copied to clipboard
Settings file isn't applied after run 'dev' command
For some reason, the settings file isn't loaded in first app load after run dev command
@use 'vuetify/settings' with (
$body-font-family: $font-family,
$heading-font-family: $font-family,
$button-text-transform: capitalize,
$button-font-weight: 500,
$button-border-radius: 24px,
$field-border-radius: 24px,
$text-field-border-radius: 24px,
$autocomplete-content-border-radius: 24px,
$select-content-border-radius: 24px,
$combobox-content-border-radius: 24px,
$menu-content-border-radius: 24px,
$tooltip-border-radius: 24px,
$list-item-icon-opacity: 1,
);
In first load, border radius isn't 24px:
After save the settings file:
Additional:
After change the page, this problem returns, and we need to save the settings file to apply it again