Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa2de99

Browse filesBrowse files
authored
Add support for defineModel (#213)
* Add support for defineModel * fix * fix * fix
1 parent 9d38572 commit aa2de99
Copy full SHA for aa2de99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner

57 files changed

+20670
-1
lines changed

‎src/script-setup/scope-analyzer.ts

Copy file name to clipboardExpand all lines: src/script-setup/scope-analyzer.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ const COMPILER_MACROS_AT_ROOT = new Set([
8787
"defineEmits",
8888
"defineExpose",
8989
"withDefaults",
90-
// Added in vue 3.3
90+
// Added in Vue 3.3
9191
"defineOptions",
9292
"defineSlots",
93+
// Added in Vue 3.4
94+
"defineModel",
9395
])
9496

9597
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.