update table

qianlishi 4 years ago
parent 56d26d7455
commit c369e29cbd

@ -41,9 +41,6 @@ import Avue from '@smallwei/avue';
import '@smallwei/avue/lib/index.css'; import '@smallwei/avue/lib/index.css';
Vue.use(Avue); Vue.use(Avue);
import VueSuperSlide from 'vue-superslide'
Vue.use(VueSuperSlide)
// enable element zh-cn // enable element zh-cn
Vue.use(ElementUI, { zhLocale }) Vue.use(ElementUI, { zhLocale })

@ -27,7 +27,11 @@
</div> </div>
</template> </template>
<script> <script>
import VueSuperSlide from "vue-superslide";
export default { export default {
components: {
VueSuperSlide
},
props: { props: {
value: Object, value: Object,
ispreview: Boolean ispreview: Boolean

Binary file not shown.
Loading…
Cancel
Save