摘要: main.ts import { createApp } from 'vue' import App from './App.vue' import { createPinia } from 'pinia' const store = createPinia() const app = create 阅读全文
posted @ 2022-03-27 23:31 ascertain 阅读(80) 评论(0) 推荐(0) 编辑
摘要: web storage API: <script> for(let b = 0; b < 10; ++b) { localStorage.setItem(`vault-${b}`, `vaunt-${b}`) } console.log(localStorage.length) localStora 阅读全文
posted @ 2022-03-27 23:31 ascertain 阅读(20) 评论(0) 推荐(0) 编辑