04 2023 档案
摘要:##前提 写法是用的vue3,只是一些简单的写法 ###stores文件中的counter.js import { defineStore } from 'pinia' export const useCounterStore = defineStore('counter', { state: ()
阅读全文
摘要:###一, vuex:状态管理 (集中式存储应用的所有组件的状态) vuex 是 vue 的插件 store : 商店 ###二, vuex有那些属性 staste:{} 用来放数据的,类似于组件中的data getters:{} 就是一个计算属性[类似于组件中的computed] mutation
阅读全文
摘要:https://blog.csdn.net/weixin_42432439/article/details/105043309 input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill{ -webkit-t
阅读全文