Appearance
默认的 location 对象(如果存在)。
import { defaultLocation } from '@base-web-kits/base-tools-vue'; if (defaultLocation) { console.log(defaultLocation.href); } ``` 示例代码
VueUse