chore(components): 所有diy组件,添加data-component-name属性
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="diy-group">
|
||||
<view data-component-name="diy-group" class="diy-group">
|
||||
<view v-for="(item, index) in diyDataArray" :key="index" :style="item.pageStyle">
|
||||
<view v-if="addonIsExist.store && item.componentName == 'StoreShow'">
|
||||
<!-- 门店展示 -->
|
||||
|
||||
Reference in New Issue
Block a user