feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
fix #2388
This commit is contained in:
@@ -240,7 +240,12 @@ export {
|
||||
createCommentVNode,
|
||||
createStaticVNode
|
||||
} from './vnode'
|
||||
export { toDisplayString, camelize, capitalize } from '@vue/shared'
|
||||
export {
|
||||
toDisplayString,
|
||||
camelize,
|
||||
capitalize,
|
||||
toHandlerKey
|
||||
} from '@vue/shared'
|
||||
|
||||
// For test-utils
|
||||
export { transformVNodeArgs } from './vnode'
|
||||
|
||||
Reference in New Issue
Block a user