提交 11c312a1 编写于 作者: View Design's avatar View Design

b

上级 ad8c7495
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<ICreate @search="handleCloseCreate" /> <ICreate @search="handleCloseCreate" />
</UModal> </UModal>
</template> </template>
<script setup lang="ts"> <script setup>
const { metaSymbol } = useShortcuts() const { metaSymbol } = useShortcuts()
const isOpenCreate = ref(false) const isOpenCreate = ref(false)
const handleShowCreate = () => { const handleShowCreate = () => {
......
import { defineStore } from 'pinia'
export const useUserStore = defineStore('user', () => {
const info = ref({
name: 'Aresn',
avatar: 'https://csdn-665-inscode.s3.cn-north-1.jdcloud-oss.com/inscode/202303/622eda98dfef6c4fdb84ccca/1680089871598-75919715-hvlk99ddLLhyNTXtl4TaQAgeFBFz4ZGD/avatar',
pro: 0
})
return { info }
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册