We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v-memo
1 parent 7bb9dd0 commit 5eb7263Copy full SHA for 5eb7263
packages/runtime-core/src/directives.ts
@@ -64,7 +64,7 @@ export type Directive<T = any, V = any> =
64
export type DirectiveModifiers = Record<string, boolean>
65
66
const isBuiltInDirective = /*#__PURE__*/ makeMap(
67
- 'bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text'
+ 'bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo'
68
)
69
70
export function validateDirectiveName(name: string) {
0 commit comments