vue3-core/playground/src/no-script.js

6 lines
101 B
JavaScript

import { template } from '@vue/runtime-vapor'
export default () => {
return template('<div>')()
}