Skip to content

Commit 0253ff4

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
chore: upgrade dev playground
1 parent 85a1314 commit 0253ff4

File tree

4 files changed

+65
-2
lines changed

4 files changed

+65
-2
lines changed

dev/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<template>
22
<Playground />
3+
4+
<GDialogRoot />
35
</template>
46

57
<script lang="ts">

dev/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
declare module 'vue' {
66
export interface GlobalComponents {
77
GDialog: typeof import('gitart-vue-dialog')['GDialog']
8+
GDialogRoot: typeof import('gitart-vue-dialog')['GDialogRoot']
89
}
910
}
1011

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@vue/compiler-sfc": "^3.2.26",
5555
"@vue/runtime-core": "^3.2.26",
5656
"@vue/test-utils": "^2.0.0",
57+
"@vueuse/core": "^8.9.1",
5758
"eslint": "^8.18.0",
5859
"happy-dom": "^2.25.1",
5960
"sass": "^1.45.1",

pnpm-lock.yaml

Lines changed: 61 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)