本文内容节选自tehub小书 https://tehub.com/b/show/9rRbSM55RP/chapter/bw7Ta7r6Jx
这个报错目前暂不清楚是Nuxt3
还是Antdv
或是Vue3
导致的。
报错示例
创建一个nuxt3页面pages/test.vue,内容如下:
<template>
<a-dropdown>
<a class="ant-dropdown-link" @click.prevent>
Hover me
<DownOutlined />
</a>
<template #overlay>
<a-menu>
<a-menu-item>
<a href="javascript:;">1st menu item</a>
评论(0)