公共知识库开发

This commit is contained in:
Pancaihua 2024-10-10 18:42:53 +08:00
parent 5e09620269
commit 759c123e5a
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ module.exports = defineConfig({
'@unocss'
],
rules: {
"vue/first-attribute-linebreak": "off",
'vue/no-setup-props-destructure': 'off',
'vue/script-setup-uses-vars': 'error',
'vue/no-reserved-component-names': 'off',

View File

@ -1,6 +1,5 @@
<template>
<el-container class="ai-layout">
<!-- 右侧对话详情 -->
<el-container class="detail-container">
<el-header class="header">
<!-- 隐藏字段 pch add-->