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 75a08b7 commit c3f5664Copy full SHA for c3f5664
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- run: npm install
17
- run: npm run hoist
18
- - run: npm run bootstrap
+ # - run: npm run bootstrap
19
- run: npm run build
20
- run: npm run build:website
21
website/vue.config.js
@@ -6,6 +6,7 @@ module.exports = {
6
symlinks: false,
7
alias: {
8
vue: path.resolve(`./node_modules/vue`),
9
+ 'vue-router': path.resolve(`./node_modules/vue-router`),
10
},
11
12
0 commit comments