feat(projects): 添加provide、inject上下文示例

This commit is contained in:
Soybean
2022-07-07 23:21:17 +08:00
parent 1523c7b075
commit a444731e9e
3 changed files with 49 additions and 0 deletions

View File

@ -148,6 +148,11 @@ module.exports = {
group: 'internal',
position: 'before'
},
{
pattern: '@/context',
group: 'internal',
position: 'before'
},
{
pattern: '@/hooks',
group: 'internal',