使用Vue JS

时间:2018-03-29 15:46:09

标签: javascript vue.js vuejs2 indexeddb

我想在每次加载主页时删除indexedDB。我的主页在localhost:3000上运行。

这是我的申请:

check this image

1 个答案:

答案 0 :(得分:1)

在主页的created()方法中,您需要调用以下方法

indexedDB.deleteDatabase(databaseName);