initial admin settings prototype (WIP)
This commit is contained in:
parent
9632b77786
commit
4d23d31fec
25 changed files with 760 additions and 31 deletions
9
src/components/settings_modal/helpers/string_setting.js
Normal file
9
src/components/settings_modal/helpers/string_setting.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import ModifiedIndicator from './modified_indicator.vue'
|
||||
import Setting from './setting.js'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
ModifiedIndicator
|
||||
},
|
||||
...Setting
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue