enhance: embedページではstoreの保存先を完全に分離するように
This commit is contained in:
13
packages/frontend/src/pages/embed/index.vue
Normal file
13
packages/frontend/src/pages/embed/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user