mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(launchnavigator): fix Plugin decorator property value
This commit is contained in:
parent
984e7fc9d1
commit
9e17e25427
@ -64,7 +64,7 @@ export interface launchNavigatorOptions {
|
|||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'https://github.com/dpa99c/phonegap-launch-navigator',
|
plugin: 'https://github.com/dpa99c/phonegap-launch-navigator.git',
|
||||||
pluginRef: 'launchnavigator'
|
pluginRef: 'launchnavigator'
|
||||||
})
|
})
|
||||||
export class LaunchNavigator {
|
export class LaunchNavigator {
|
||||||
|
Loading…
Reference in New Issue
Block a user