mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
move on into directives
This commit is contained in:
parent
3ca2c92920
commit
fe13e21d1f
@ -3,6 +3,7 @@ import { show } from './show'
|
||||
import { html } from './html'
|
||||
import { ref } from './ref'
|
||||
import { el } from './el'
|
||||
export { genHandlers } from './on'
|
||||
|
||||
export const directives = {
|
||||
model,
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { genHandlers } from './events'
|
||||
import { genDirectives } from './directives/index'
|
||||
import { genDirectives, genHandlers } from './directives/index'
|
||||
import { isReservedTag } from '../../runtime/util/dom'
|
||||
|
||||
export function generate (ast) {
|
||||
|
Loading…
Reference in New Issue
Block a user