サウンド設定など

This commit is contained in:
syuilo
2020-02-20 02:40:53 +09:00
parent f456feb3ff
commit e7205d9cc2
18 changed files with 125 additions and 17 deletions

View File

@ -56,7 +56,7 @@ export default Vue.extend({
}
},
filled(): boolean {
return this.v != '' && this.v != null;
return true;
}
},
mounted() {
@ -100,6 +100,7 @@ export default Vue.extend({
> .input {
display: flex;
position: relative;
&:before {
content: '';