随笔分类 -  uniapp

摘要:小程序端 <template> <div> <web-view :webview-styles="webviewStyles" :src="webViewUrl" @message="getMessage"></web-view> </div> </template> <script> export 阅读全文
posted @ 2024-12-06 09:13 心动12138 阅读(187) 评论(0) 推荐(0)
摘要:安装依赖 npm i pinia npm i pinia-plugin-persistedstate 新建 index.ts import { createPinia } from 'pinia' import { createPersistedState } from 'pinia-plugin- 阅读全文
posted @ 2024-11-18 13:09 心动12138 阅读(213) 评论(0) 推荐(0)