Skip to content

defaultLocation

描述

默认的 location 对象(如果存在)。

示例

ts
import { defaultLocation } from '@base-web-kits/base-tools-vue';

if (defaultLocation) {
  console.log(defaultLocation.href);
}
``` 示例代码

来源

VueUse