Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
538bb978ed
18 changed files with 88 additions and 97 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { erase } from '../../../../../prelude/array';
|
||||
export default Vue.extend({
|
||||
data() {
|
||||
return {
|
||||
|
|
@ -53,7 +54,7 @@ export default Vue.extend({
|
|||
|
||||
get() {
|
||||
return {
|
||||
choices: this.choices.filter(choice => choice != '')
|
||||
choices: erase('', this.choices)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue