Skip to content

Commit e434f78

Browse files
committed
chore: update vue core links
1 parent cb55979 commit e434f78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/babel-plugin-jsx/src/patchFlags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/patchFlags.ts
2-
// tslint:disable: no-bitwise
1+
// https://github.com/vuejs/core/blob/main/packages/shared/src/patchFlags.ts
2+
33
export const enum PatchFlags {
44
TEXT = 1,
55
CLASS = 1 << 1,

packages/babel-plugin-jsx/src/slotFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/slotFlags.ts
1+
// https://github.com/vuejs/core/blob/main/packages/shared/src/slotFlags.ts
22
const enum SlotFlags {
33
/**
44
* Stable slots that only reference slot props or context state. The slot

0 commit comments

Comments
 (0)