UI Modify

This commit is contained in:
lee-soo-heon
2019-09-10 17:58:23 +09:00
parent 4da33434ed
commit 63e6a723bb
2 changed files with 0 additions and 12 deletions

View File

@@ -1,9 +1,5 @@
<template>
<<<<<<< HEAD
<v-container>
=======
<v-container style="padding: 0px">
>>>>>>> a8d0ff06c77a4b51b4c896c8333775d3ca27446f
<v-card
color="amber"
>

View File

@@ -46,20 +46,12 @@ Vue.component('OrderFinish',OrderFinish);
Vue.component('OrderPage', OrderPage)
Vue.component('Survey',Survey);
Vue.component('SurveyForm',SurveyForm);
<<<<<<< HEAD
Vue.component('UserInfo', UserInfo);
Vue.component('DeliveryStatus', DeliveryStatus);
Vue.component('ProductSimple', ProductSimple);
Vue.component('ProductRepository',ProductRepository);
Vue.component('ProductDelete',ProductDelete);
=======
Vue.component('UserInfo', UserInfo)
Vue.component('DeliveryStatus', DeliveryStatus)
Vue.component('Product',Product)
Vue.component('ProductSimple', ProductSimple)
Vue.component('ProductRepository',ProductRepository)
Vue.component('ProductDelete',ProductDelete)
>>>>>>> a8d0ff06c77a4b51b4c896c8333775d3ca27446f
Vue.config.productionTip = false