提交 034682d0 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 1cfadbc0
......@@ -279,7 +279,7 @@ export const AppComponents = {
v.component('app-rawitem-image', AppRawItemImage);
v.component('app-rawitem-carousel', AppRawItemCarousel);
v.component('app-rawitem-video', AppRawItemVideo);
v.component('app-preset-qr-code',AppPresetQrCode);
v.component('app-preset-qrcode',AppPresetQrCode);
v.component('app-preset-switch',AppPresetSwitch);
v.component('app-preset-text-input',AppPresetTextInput);
v.component('app-index-default-menu', AppIndexDefaultMenu);
......
.app-preset-qr-code {
.app-preset-qrcode {
width: 100%;
height: 100%;
......
......@@ -46,7 +46,7 @@ export default class AppPresetQrCode extends Vue {
* @memberof AppPresetQrCode
*/
get className(): string {
return `app-preset-qr-code ${this.name}`;
return `app-preset-qrcode ${this.name}`;
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册