feat: 新增 keep alive 缓存功能
This commit is contained in:
@@ -10,7 +10,9 @@ module.exports = {
|
||||
defineProps: "readonly",
|
||||
defineEmits: "readonly",
|
||||
defineExpose: "readonly",
|
||||
withDefaults: "readonly"
|
||||
withDefaults: "readonly",
|
||||
// unplugin-vue-define-options
|
||||
defineOptions: "readonly"
|
||||
},
|
||||
extends: [
|
||||
"plugin:vue/vue3-essential",
|
||||
|
||||
Reference in New Issue
Block a user