mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor(plugins): clean up
This commit is contained in:
@@ -4,7 +4,9 @@ declare var sqlitePlugin;
|
||||
* @name SQLite
|
||||
*/
|
||||
@Plugin({
|
||||
pluginRef: 'sqlitePlugin'
|
||||
pluginRef: 'sqlitePlugin',
|
||||
plugin: 'cordova-sqlite-storage',
|
||||
repo: 'https://github.com/litehelpers/Cordova-sqlite-storage'
|
||||
})
|
||||
export class SQLite {
|
||||
|
||||
@@ -90,7 +92,6 @@ export class SQLite {
|
||||
finish () : void {}
|
||||
|
||||
|
||||
|
||||
@CordovaInstance({
|
||||
sync: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user