代码生成:增加主子表(普通)的示例

(cherry picked from commit f0f7886025)
This commit is contained in:
YunaiV
2023-11-12 22:33:38 +08:00
committed by shizhong
parent 26e6d287f5
commit 05592577ff
6 changed files with 785 additions and 1 deletions

View File

@ -67,6 +67,7 @@ module.exports = defineConfig({
}
],
'vue/multi-word-component-names': 'off',
'vue/no-v-html': 'off'
'vue/no-v-html': 'off',
'prettier/prettier': 'off' // 芋艿:默认关闭 prettier 的 ESLint 校验,因为我们使用的是 IDE 的 Prettier 插件
}
})