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 c9db255 commit 38ed005Copy full SHA for 38ed005
test-workspace/tsc/vue2/tsconfig.json
@@ -10,6 +10,7 @@
10
"exclude": [
11
"../vue3/#2639",
12
"../vue3/#2700",
13
+ "../vue3/#3123",
14
"../vue3/#3289",
15
"../vue3/#3476",
16
"../vue3/#3518",
test-workspace/tsc/vue3/#3123/main.vue
@@ -0,0 +1,16 @@
1
+<script setup lang="ts">
2
+import { FunctionalComponent, SVGAttributes } from 'vue';
3
+
4
+declare const VueSvg: FunctionalComponent<SVGAttributes>;
5
+</script>
6
7
+<template>
8
+ <div>
9
+ <a href="https://vitejs.dev" target="_blank">
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
+ </a>
+ <a href="https://vuejs.org/" target="_blank">
+ <VueSvg width="96" class="logo vue" fill-opacity="0.5" />
+ </div>
+</template>
0 commit comments