摘要: 状态保存 const initHmr = function(app: App) { const env = getEnv(); if (env.env !== "dev") { return; } app.mixin({ created() { if (import.meta.hot) { cons 阅读全文
posted @ 2025-04-11 15:17 fight139 阅读(15) 评论(0) 推荐(0)