How to use sqlite with framework7-vue

Hello, everyone,
I’m working on the project and facing this problem when using cordova-plugin-sqlite,
I refer to this: https://www.nativescript.org/blog/data-management-with-sqlite-and-vuex-in-a-nativescript-vue-app
Here is my problem:

The system raises the error that it can not realize window.sqlitePlugin and return undefined when I started my app,

Does anyone know how to fix this?
Thank you in advance

Not all plugins work in browser environment, you have to deploy it to a device or simulator to test it.

The registry page for this plugin doesn’t mention the browser environment as being available:

1 Like

Thank you, I will try another ways and will post the solutions here