refactor: storage factory + singleton

- Make storage easier.

(cherry picked from commit ed84a4732d7dd3ce6b2c22f30553ab5c59f85dbb)
This commit is contained in:
鲁树人
2021-12-20 22:19:44 +00:00
parent 8673adfda6
commit d8b362efbe
8 changed files with 81 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script>
import storage from '../utils/storage';
import { storage } from '@/utils/storage';
export default {
components: {},