a-layout snippet inserts a-layout-slider instead of a-layout-sider tag
ludmiloff opened this issue · 1 comments
ludmiloff commented
Step to reproduce:
- 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
Thank you for correnting
Please update v1.0.3