mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-11 00:39:10 +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
|
// https://github.com/vuejs/core/blob/main/packages/shared/src/patchFlags.ts
|
||||||
// tslint:disable: no-bitwise
|
|
||||||
export const enum PatchFlags {
|
export const enum PatchFlags {
|
||||||
TEXT = 1,
|
TEXT = 1,
|
||||||
CLASS = 1 << 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 {
|
const enum SlotFlags {
|
||||||
/**
|
/**
|
||||||
* Stable slots that only reference slot props or context state. The slot
|
* Stable slots that only reference slot props or context state. The slot
|
||||||
|
Loading…
Reference in New Issue
Block a user