feat:タブ対応するためにボタン配置対応
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/"
|
||||
#KAB_BACKEND_URL="http://127.0.0.1:8000/"
|
||||
#KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/"
|
||||
KAB_BACKEND_URL="http://127.0.0.1:8000/"
|
||||
|
||||
@@ -29,7 +29,7 @@ export default defineComponent({
|
||||
default:'',
|
||||
},
|
||||
modelValue: {
|
||||
type: Object,
|
||||
type: [Array,String],
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user