vueComponent / ant-design-vue-helper

A vscode extension for Ant-Design-Vue
46 stars 25 forks source link

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

Closed ludmiloff closed 5 years ago

ludmiloff commented 5 years ago

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>
wangxueliang commented 5 years ago

Thank you for correnting Please update v1.0.3