Home
国密sm2

sm-crypto npm install --save sm-crypto 使用 `js import smCrypto from 'sm-crypto' const publicKey = 'xxxxxxxxxxx' const privatekey = 'xxxx ...

Vue状态管理Pinia与VueX

Pinia 其实就是 Vuex 5,目前是Vuex的最高版本,Pinia 提供组合式风格 API,支持 TypeScript。 使用起来比Vuex简单。 Pinia,删除了mutations , 只有 states getters actions 定义 Pinia store 是使用 defineStore() 定义的,并且它需要一个唯一名称,作为第一个参 ...