style: format code for all

This commit is contained in:
LZHD
2021-07-06 01:01:42 +08:00
committed by 踏学吾痕
parent e1200f2dbe
commit 77a1a47110
114 changed files with 7068 additions and 1068 deletions

View File

@@ -18,17 +18,17 @@
</div>
</template>
<script lang='ts'>
import imgs from '/@/assets/401.gif'
import { ref } from "vue"
<script lang="ts">
import imgs from "/@/assets/401.gif";
import { ref } from "vue";
export default {
name: "401",
setup() {
const img = ref(`${imgs}?${new Date()}`)
const img = ref(`${imgs}?${new Date()}`);
return {
img
};
},
}
};
</script>

View File

@@ -34,9 +34,9 @@ export default {
return {
message,
four,
four_cloud,
four_cloud
};
},
}
};
</script>