Skip to content
Snippets Groups Projects
Commit 0abe2dfe authored by syuilo's avatar syuilo
Browse files

Update instance-mute.vue

parent caf0a219
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,11 @@
</template>
<script>
import { defineComponent } from 'vue'
import { defineComponent } from 'vue';
import FormTextarea from '@/components/form/textarea.vue';
import MkInfo from '@/components/ui/info.vue';
import MkButton from '@/components/ui/button.vue';
import * as os from '@/os';
import number from '@/filters/number';
import * as symbols from '@/symbols';
export default defineComponent({
......@@ -39,7 +38,7 @@ export default defineComponent({
}
},
watch: {
watch: {
instanceMutes: {
handler() {
this.changed = true;
......@@ -68,8 +67,6 @@ export default defineComponent({
// Refresh filtered list to signal to the user how they've been saved
this.instanceMutes = mutes.join('\n');
},
number //?
}
})
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment