enhance: embedページではstoreの保存先を完全に分離するように

This commit is contained in:
kakkokari-gtyih
2024-06-01 21:03:39 +09:00
parent ecf7945fe8
commit e9b3b5ffcd
13 changed files with 168 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div>
$i: {{ JSON.stringify($i) }}
</div>
</template>
<script setup lang="ts">
import { $i } from '@/account.js';
</script>
<style scoped>
</style>