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 25e79cb commit eb481eeCopy full SHA for eb481ee
package.json
@@ -45,7 +45,7 @@
45
"submodules.update": "git submodule -q foreach git pull -q origin master && git add .",
46
"sync": "node ./tools/sync.js",
47
"update": "node ./tools/update.js",
48
- "doc": "node tools/builddoc.js",
+ "doc": "node tools/builddoc.mjs",
49
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
50
},
51
"keywords": [
tsconfig.vue3.json
@@ -7,8 +7,6 @@
7
}
8
9
"include": [
10
- "./src/bottomsheet/vue3",
11
- "./packages/bottomsheet/vue3",
12
"./demo-snippets/vue3"
13
]
14
0 commit comments