Skip to content

Commit c91cebe

Browse files
committed
feat!: drop support for Nuxt 2 and remove bridge compatibility option
1 parent c79a102 commit c91cebe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export default defineNuxtModule<ModuleOptions>({
99
name,
1010
configKey: 'device',
1111
compatibility: {
12-
nuxt: '>=3.0.0 || ^2.16.0',
13-
bridge: true,
12+
nuxt: '>=3.0.0',
1413
},
1514
version,
1615
},

0 commit comments

Comments
 (0)