mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
make css module
This commit is contained in:
parent
5c7a9f66eb
commit
b7d7b979ba
@ -40,7 +40,7 @@ console.log(data);
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss" module>
|
||||
.root {
|
||||
margin: auto;
|
||||
position: relative;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user