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.
2 parents e577ba4 + ed69e73 commit 3353e17Copy full SHA for 3353e17
.github/workflows/test_pr.yml
@@ -9,4 +9,5 @@ jobs:
9
uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master
10
with:
11
repos: ${{ vars.REPOS }}
12
+ integration: false
13
secrets: inherit
components/HybridRenderingView.vue
@@ -22,6 +22,8 @@
22
},
23
})
24
25
+ const emit = defineEmits(["click"])
26
+
27
const container = useTemplateRef("viewer")
28
const hybridViewerStore = useHybridViewerStore()
29
const viewerStore = useViewerStore()
@@ -62,6 +64,4 @@
62
64
function get_x_y(event) {
63
65
emit("click", event)
66
}
-
- defineEmits(["click"])
67
</script>
0 commit comments