|
@@ -1,12 +1,13 @@
|
|
<template>
|
|
<template>
|
|
<div id="app">
|
|
<div id="app">
|
|
- <router-view></router-view>
|
|
|
|
|
|
+ <router-view></router-view>
|
|
<xk-modal></xk-modal>
|
|
<xk-modal></xk-modal>
|
|
<div class="dmp-alert" v-if="popupsList.length !== 0">
|
|
<div class="dmp-alert" v-if="popupsList.length !== 0">
|
|
<div class="dmp-alert-body" v-for="item in popupsList" :key="item.id">
|
|
<div class="dmp-alert-body" v-for="item in popupsList" :key="item.id">
|
|
<alert-modal :params="item"></alert-modal>
|
|
<alert-modal :params="item"></alert-modal>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div id="container"></div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|