no-script.js 101 B

12345
  1. import { template } from '@vue/runtime-vapor'
  2. export default () => {
  3. return template('<div>')()
  4. }