需要验证是否部署了最新版本。我想在构建日志和构建输出的每个文件中添加时间戳。我正在使用 Vue 框架和纱线。
如何在切换组件之前添加警报消息?(beforeDestroy 在路径改变之前不起作用......)
<template>
<keep-alive>
<component
:is="dynamicComponent"
/>
</keep-alive>
</template>
Run Code Online (Sandbox Code Playgroud)