Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
30ceadba00
4
app.vue
4
app.vue
|
@ -71,9 +71,7 @@ const { scrollToAnchor, scrollToTop } = useAnchorScroll({
|
||||||
<h2 class="siteblock-title">{{ about?.title }}</h2>
|
<h2 class="siteblock-title">{{ about?.title }}</h2>
|
||||||
<div class="siteblock-text">
|
<div class="siteblock-text">
|
||||||
<span v-html="aboutText"></span>
|
<span v-html="aboutText"></span>
|
||||||
<p>
|
|
||||||
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="siteblock-image">
|
<div class="siteblock-image">
|
||||||
|
|
|
@ -163,6 +163,10 @@ const calc_text = computed(() => {
|
||||||
<textarea id="calculation" disabled class="w-full">{{ calc_text }}</textarea>
|
<textarea id="calculation" disabled class="w-full">{{ calc_text }}</textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<p>
|
||||||
|
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
|
||||||
|
</p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
Loading…
Reference in New Issue