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 3433bcb commit 8e7c15aCopy full SHA for 8e7c15a
README.md
@@ -79,6 +79,26 @@ module.exports = {
79
80
<br></details>
81
82
+## Usage
83
+
84
+```ts
85
+import { myComponent } from './MyComponent.vue'
86
+import { myCard } from './my-card.vue'
87
+import { myFooter } from './my_footer.vue'
88
+```
89
90
+### Volar
91
92
+```jsonc
93
+// tsconfig.json
94
+{
95
+ // ...
96
+ "vueCompilerOptions": {
97
+ "plugins": ["unplugin-vue-named-export/volar"]
98
+ }
99
+}
100
101
102
## Sponsors
103
104
<p align="center">
0 commit comments