feat: add copyright components to enable preferences to configure copyright more accurately
This commit is contained in:
@@ -19,6 +19,7 @@ import Preferences from './preferences.vue';
|
||||
:breadcrumb-show-home="preferences.breadcrumb.showHome"
|
||||
:breadcrumb-show-icon="preferences.breadcrumb.showIcon"
|
||||
:breadcrumb-style-type="preferences.breadcrumb.styleType"
|
||||
:copyright-enable="preferences.copyright.enable"
|
||||
:footer-enable="preferences.footer.enable"
|
||||
:footer-fixed="preferences.footer.fixed"
|
||||
:header-enable="preferences.header.enable"
|
||||
@@ -85,6 +86,9 @@ import Preferences from './preferences.vue';
|
||||
@update:breadcrumb-style-type="
|
||||
(val) => updatePreferences({ breadcrumb: { styleType: val } })
|
||||
"
|
||||
@update:copyright-enable="
|
||||
(val) => updatePreferences({ copyright: { enable: val } })
|
||||
"
|
||||
@update:footer-enable="
|
||||
(val) => updatePreferences({ footer: { enable: val } })
|
||||
"
|
||||
|
Reference in New Issue
Block a user