mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
platforms to engines
This commit is contained in:
@@ -10,7 +10,8 @@ import {NativePlugin} from '../plugin';
|
||||
*/
|
||||
@NativePlugin({
|
||||
name: 'Dialogs',
|
||||
platforms: {
|
||||
platforms: ['ios', 'android', 'web'],
|
||||
engines: {
|
||||
cordova: 'cordova-plugin-dialogs'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user