mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
chore: update vue core links
This commit is contained in:
parent
cb55979a56
commit
e434f78f6f
@ -1,5 +1,5 @@
|
||||
// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/patchFlags.ts
|
||||
// tslint:disable: no-bitwise
|
||||
// https://github.com/vuejs/core/blob/main/packages/shared/src/patchFlags.ts
|
||||
|
||||
export const enum PatchFlags {
|
||||
TEXT = 1,
|
||||
CLASS = 1 << 1,
|
||||
|
@ -1,4 +1,4 @@
|
||||
// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/slotFlags.ts
|
||||
// https://github.com/vuejs/core/blob/main/packages/shared/src/slotFlags.ts
|
||||
const enum SlotFlags {
|
||||
/**
|
||||
* Stable slots that only reference slot props or context state. The slot
|
||||
|
Loading…
Reference in New Issue
Block a user