Skip to content

Commit

Permalink
feat: devtools hook on window object
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 6, 2023
1 parent 00d71eb commit df96c1f
Show file tree
Hide file tree
Showing 6 changed files with 525 additions and 2 deletions.
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"unplugin-auto-import": "^0.17.1",
"vite-plugin-glsl": "^1.2.0",
"vite-plugin-qrcode": "^0.2.2",
"vite-plugin-vue-devtools": "1.0.0-rc.6",
"vue-tsc": "^1.8.22"
}
}
2 changes: 2 additions & 0 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ import glsl from 'vite-plugin-glsl'
import UnoCSS from 'unocss/vite'
import { templateCompilerOptions } from '@tresjs/core'
import { qrcode } from 'vite-plugin-qrcode'
import VueDevTools from 'vite-plugin-vue-devtools'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
glsl(),
VueDevTools(),
vue({
script: {
propsDestructure: true,
Expand Down

0 comments on commit df96c1f

Please sign in to comment.