guhongwei 5 vuotta sitten
vanhempi
commit
9d620191f3
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      vue.config.js

+ 2 - 0
vue.config.js

@@ -1,4 +1,5 @@
 const path = require('path');
+const question = path.resolve(__dirname, '../question-examine');
 module.exports = {
   publicPath: '/',
   configureWebpack: config => {
@@ -9,6 +10,7 @@ module.exports = {
           '@': path.resolve(__dirname, './src'),
           '@c': path.resolve(__dirname, './src/components'),
           '@a': path.resolve(__dirname, './src/assets'),
+          '@question': question,
         },
       },
     });