Commit d2c04b53 authored by youjie's avatar youjie

no message

parent 1631df40
......@@ -15,6 +15,9 @@ export default defineComponent({
const { t } = useI18n()
const $q = useQuasar()
let timer = null as any
if(localStorage.vuex){
localStorage.removeItem('vuex')
}
onBeforeUnmount(() => {
if (timer !== void 0) {
clearTimeout(timer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment