onBeforeMount 钩子函数会在组件挂载到DOM 前运行,可以用来在组件挂载前执行一些初始化操作。 <script setup> import { onBeforeMount } from 'vue' ...
確定! 回上一頁