feat:タブ対応するためにボタン配置対応

This commit is contained in:
2024-06-11 09:57:52 +09:00
8 changed files with 532 additions and 22 deletions

View File

@@ -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/"

View File

@@ -29,7 +29,7 @@ export default defineComponent({
default:'',
},
modelValue: {
type: Object,
type: [Array,String],
default: null,
},
},