We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab72aee commit 8b8935eCopy full SHA for 8b8935e
2 files changed
src/configs/naiveui.ts
@@ -40,7 +40,12 @@ const naiveui: ModuleConfig = {
40
scripts: [],
41
dependencies: [{
42
name: '@bg-dev/nuxt-naiveui',
43
- version: '^1.11.0',
+ /*
44
+ * Pinned to v1.0.0-edge.2 as naiveui was failing on typecheck.
45
+ * replace this with the offical release, once it is out.
46
+ * See: https://github.com/becem-gharbi/nuxt-naiveui/issues/76
47
+ */
48
+ version: '1.0.0-edge.2',
49
isDev: true
50
}],
51
nuxtConfig: {
src/steps/1.downloadTemplate.ts
@@ -3,7 +3,7 @@ import { say } from '../messages'
3
import type { Preferences } from '../types'
4
5
const KNOWN_TEMPLATES = {
6
- merino: 'github:nuxt/starter#v3',
+ merino: 'github:sidebase/templates#nuxt-3.12.2',
7
cheviot: 'community/sidebase'
8
}
9
0 commit comments