chore: use '@vue/shared' instead of '@vue/shared/src' (#1915)
This commit is contained in:
@@ -33,7 +33,7 @@ import {
|
||||
} from '../utils'
|
||||
import { CREATE_SLOTS, RENDER_LIST, WITH_CTX } from '../runtimeHelpers'
|
||||
import { parseForExpression, createForLoopParams } from './vFor'
|
||||
import { SlotFlags } from '@vue/shared/src'
|
||||
import { SlotFlags } from '@vue/shared'
|
||||
|
||||
const defaultFallback = createSimpleExpression(`undefined`, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user