init
This commit is contained in:
14
src/views/home/index.vue
Normal file
14
src/views/home/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
home
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// import { useCacheStore } from '@/store/cache.js'
|
||||
// const cacheStore = useCacheStore()
|
||||
// cacheStore.setCacheKey(['normal_disable','show_hide'])
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user