update:add ci cd files ==> do not edit those file
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<div class="pwa--page">
|
||||
<!-- sheet calculation module -->
|
||||
<section>
|
||||
<div class="section-title">
|
||||
<h2>{{ content.s10.t1 }}</h2>
|
||||
</div>
|
||||
<SheetWCM />
|
||||
</section>
|
||||
|
||||
<!-- pipe calculation module -->
|
||||
<section class="mt-5">
|
||||
<div class="section-title">
|
||||
<h2>{{ content.s10.t8 }}</h2>
|
||||
</div>
|
||||
<PipeWCM />
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'PwaPage',
|
||||
layout: 'pwa',
|
||||
computed: {
|
||||
content() {
|
||||
return this.$store.state.content.home[this.$route.params.lang]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user