We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c89e8 commit 6dd4e17Copy full SHA for 6dd4e17
packages/macros/tests/__snapshots__/fixtures.spec.ts.snap
@@ -204,7 +204,7 @@ defineComponent((__MACROS_props) => {
204
205
exports[`fixtures > ./fixtures/define-expose.tsx 1`] = `
206
"
207
-import { getCurrentInstance as __MACROS_getCurrentInstance } from "vue-jsx-vapor";export function Comp(__MACROS_props) {
+import { getCurrentInstance as __MACROS_getCurrentInstance } from "vue-jsx-vapor/runtime";export function Comp(__MACROS_props) {
208
;(__MACROS_getCurrentInstance().exposed = {
209
foo: 1,
210
})
0 commit comments