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 11243c6 commit a9f9728Copy full SHA for a9f9728
index.d.ts
@@ -5,4 +5,4 @@ declare class VueSkipTo
5
static install: PluginFunction<never>
6
}
7
8
-export default VueSkipTo
+export default VueSkipTo
package.json
@@ -8,6 +8,7 @@
"browser": {
9
"./sfc": "src/VueSkipTo.vue"
10
},
11
+ "types": "index.d.ts",
12
"scripts": {
13
"dev": "rollup --config rollup.config.dev.js --watch",
14
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
0 commit comments