1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`TableCellCount.vue should render correctly 1`] = `
4<div
5  class="mt-2"
6>
7  <p>
8    global.table.items
9  </p>
10</div>
11`;
12