made draft-mode and source inject-able
This commit is contained in:
parent
6b40fc9895
commit
2bf224e214
7 changed files with 50 additions and 84 deletions
|
|
@ -22,8 +22,7 @@ export default {
|
|||
computed: {
|
||||
...Setting.computed,
|
||||
realOptions () {
|
||||
if (this.source === 'admin') {
|
||||
console.log(this.backendDescriptionSuggestions)
|
||||
if (this.realSource === 'admin') {
|
||||
return this.backendDescriptionSuggestions.map(x => ({
|
||||
key: x,
|
||||
value: x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue