vueComponent/ant-design-vue-helper

a-layout snippet inserts a-layout-slider instead of a-layout-sider tag

ludmiloff opened this issue · 1 comments

Step to reproduce:

  1. begin tag <a-layout ... and complete suggestion for <a-layout> tag

Expected:

  <a-layout>
    <a-layout-sider></a-layout-sider>
    <a-layout-header></a-layout-header>
    <a-layout-content></a-layout-content>
    <a-layout-footer></a-layout-footer>
  </a-layout>

Actual result:

  <a-layout>
    <a-layout-slider></a-layout-slider>
    <a-layout-header></a-layout-header>
    <a-layout-content></a-layout-content>
    <a-layout-footer></a-layout-footer>
  </a-layout>

Thank you for correnting
Please update v1.0.3