Skip to content

Commit

Permalink
update package and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaKraft committed Jul 22, 2024
1 parent 04c5580 commit f916520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"plyr": "^3.7.8",
"postscribe": "^2.0.8",
"ramda": "^0.29.0",
"sparc-dashboard-beta": "^0.2.0",
"sparc-dashboard-beta": "^0.2.5",
"sparc-design-system-components-2": "0.0.26",
"striptags": "^3.2.0",
"uint8array-extras": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { install } from 'sparc-dashboard-beta/dist/index.js'
import { installDashboard } from 'sparc-dashboard-beta/dist/index.js'
import 'sparc-dashboard-beta/dist/style.css'

export default defineNuxtPlugin((nuxtApp) => {
install(nuxtApp.vueApp, nuxtApp.$pinia)
installDashboard(nuxtApp.vueApp, nuxtApp.$pinia)
})

0 comments on commit f916520

Please sign in to comment.