選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

8 行
179 B

  1. 'use strict'
  2. if (process.env.NODE_ENV === 'production') {
  3. module.exports = require('./dist/vue-router.prod.cjs')
  4. } else {
  5. module.exports = require('./dist/vue-router.cjs')
  6. }