Skip to content

Commit 7e6d46a

Browse files
committed
chore: update snap
1 parent 75eb3da commit 7e6d46a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

auto-imports.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ declare global {
292292
declare global {
293293
// @ts-ignore
294294
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
295+
import('vue')
295296
}
296297
// for vue template auto import
297298
import { UnwrapRef } from 'vue'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`component of TheCounter.vue > should render 1`] = `"<div>10 <button class=\\"inc\\"> + </button><button class=\\"dec\\"> - </button></div>"`;
3+
exports[`component of TheCounter.vue > should render 1`] = `"<div>10 <button class="inc"> + </button><button class="dec"> - </button></div>"`;

0 commit comments

Comments
 (0)