<template> <a-breadcrumb :value="bc" /> <script lang="ts" setup> const bc = ['home', 'manage', 'promotion']; </script> </template>