update: vuejs-templates/webpack to 1.3.1

This commit is contained in:
xidedix
2018-03-29 17:16:08 +02:00
parent bc16f142d6
commit 18d7f18af3
192 changed files with 21580 additions and 2056 deletions
+5 -5
View File
@@ -31,10 +31,10 @@
</template>
<script>
import cTable from './Table.vue'
import cTable from './Table.vue'
export default {
name: 'tables',
components: {cTable}
}
export default {
name: 'tables',
components: {cTable}
}
</script>