在Ant Design of Vue中,footer组件用法正确的是
(A)<a-layout> <a-layout-footer /> </a-layout>
(B)<a-layout-footer>….…</a-layout-footer>
(C)<a-layout> <a-layout-footer>….…</a-layout-footer> </a-layout>
(D)<a-layout> <footer>….…</footer> </a-layout>
参考答案
继续答题:下一题