Blame view

node_modules/@vue/runtime-dom/index.js 187 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
  'use strict'
  
  if (process.env.NODE_ENV === 'production') {
    module.exports = require('./dist/runtime-dom.cjs.prod.js')
  } else {
    module.exports = require('./dist/runtime-dom.cjs.js')
  }