inleft
2022-01-15 41b36f013d4103ffc59fd58feb6b6177ee5b04f7
src/components/group/boxRight.vue
File was renamed from src/components/layouts/boxRight.vue
@@ -3,7 +3,7 @@
      <div class="blog-cell ">
         <box4 v-bind="vo1"></box4>
      </div>
      <div class="blog-cell ">
      <div class="blog-cell  ">
         <box4 v-bind="vo2"></box4>
      </div>
      <div class="blog-cell ">
@@ -19,7 +19,7 @@
</template>
<script>
   import box4 from "./box4-minibox.vue"
   import box4 from "../mini/box4-minibox.vue"
   export default {
      components: {
         box4,