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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
JavaScript
Raw Normal View History

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