/*! * vue-router v3.6.5 * (c) 2022 Evan You * @license MIT */ import { getCurrentInstance, effectScope, shallowReactive, onUnmounted, computed, unref } from 'vue'; // dev only warn if no current instance function throwNoCurrentInstance (method) { if (!getCurrentInstance()) { throw new Error( ("[vue-router]: Missing current instance. " + method + "() must be called inside