mirror of https://github.com/vuejs/core.git
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
|
const Vue = require('vue')
|
||
|
exports.jsx = Vue.h
|
||
|
exports.jsxDEV = Vue.h
|
||
|
exports.Fragment = Vue.Fragment
|