Put available settings in the store; etc.

also add `build-watch` script for dev's sake

menu component no longer allows anonymous feedback by default

logo component gets a `centered` prop
This commit is contained in:
Lance Edgar 2022-08-09 14:38:41 -05:00
parent 3392f8cbd6
commit e537d8e3a6
5 changed files with 13 additions and 3 deletions

View file

@ -89,7 +89,7 @@ export default {
},
allowAnonymousFeedback: {
type: Boolean,
default: true,
default: false,
},
feedbackUrl: {
type: String,