| Current Path : /var/www/html/learn/node_modules/vue/src/platforms/web/compiler/directives/ |
| Current File : /var/www/html/learn/node_modules/vue/src/platforms/web/compiler/directives/index.js |
import model from './model'
import text from './text'
import html from './html'
export default {
model,
text,
html
}