mirror of https://github.com/vuejs/core.git
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
|
import { template } from '@vue/runtime-vapor'
|
||
|
|
||
|
export default () => {
|
||
|
return template('<div>')()
|
||
|
}
|