Skip to content

Commit

Permalink
Demo - Add vue to devDependencies to fix cloudflare deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Jan 27, 2024
1 parent 2e2d714 commit 46ac0aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions demo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { getHead } from './utils/head'
export default defineNuxtConfig({
modules: ['notivue/nuxt'],
ssr: true,
experimental: {
componentIslands: true,
},
notivue: {
// addPlugin: true,
notifications: {
Expand Down
3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.7",
"lightningcss": "^1.23.0",
"nuxt": "^3.9.3"
"nuxt": "^3.9.3",
"vue": "^3.4.15"
},
"dependencies": {
"luxon": "^3.4.4",
Expand Down

0 comments on commit 46ac0aa

Please sign in to comment.