make css module

This commit is contained in:
ThatOneCalculator 2023-02-18 20:13:24 -08:00
parent 0a3e39b6ec
commit eb3a3e3c36
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 1 additions and 10 deletions

View file

@ -40,7 +40,7 @@ console.log(data);
</script>
<style lang="scss" scoped>
<style lang="scss" module>
.root {
margin: auto;
position: relative;

View file

@ -252,15 +252,6 @@ import { getAccountFromId } from "@/scripts/get-account-from-id";
// クライアントが更新されたか?
const lastVersion = localStorage.getItem("lastVersion");
// TESTING
popup(
defineAsyncComponent(() => import("@/components/MkUpdated.vue")),
{},
{},
"closed",
);
if (lastVersion !== version) {
localStorage.setItem("lastVersion", version);