摘要: 1 阅读全文
posted @ 2022-08-31 15:19 杨建鑫 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 使用<template> import { defineStore } from 'pinia' // 用到其他store的信息 import useCounter from './counter' const useUser = defineStore('user',{ state:()=>({ 阅读全文
posted @ 2022-08-31 10:28 杨建鑫 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 使用 : <template> <div class="id"> <h3>姓名: {{ userStore.name }}</h3> <h3>年龄: {{ userStore.age }}</h3> <h3>等级: {{ userStore.level }}</h3> <h3>简化版姓名: {{ n 阅读全文
posted @ 2022-08-31 09:51 杨建鑫 阅读(5) 评论(0) 推荐(0) 编辑