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

index.js 179 B

1234567
  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. }