* Warn stuff. * * @param {String} msg
(msg)
| 740 | */ |
| 741 | |
| 742 | function warn$1(msg) { |
| 743 | /* istanbul ignore next */ |
| 744 | if (typeof console !== 'undefined') { |
| 745 | console.error('[vue-router] ' + msg); |
| 746 | } |
| 747 | } |
| 748 | |
| 749 | /** |
| 750 | * Resolve a relative path. |
no outgoing calls
no test coverage detected