]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: Merge branch 'edison/fix/dynamicComponentAttrsFallthrough' into edison/testVapor
authordaiwei <daiwei521@126.com>
Thu, 12 Jun 2025 13:45:38 +0000 (21:45 +0800)
committerdaiwei <daiwei521@126.com>
Thu, 12 Jun 2025 13:45:38 +0000 (21:45 +0800)
1  2 
packages/runtime-vapor/src/component.ts

index 46322ac0e270f6d5b6c5a2f562fb6d6ebbbfd955,55edf38c6b4e29df971f4b0da5df6733f4848eed..00b9f26c1ba2a3bf6557cef3f4b620d0d9b260b9
@@@ -25,14 -25,7 +25,15 @@@ import 
    unregisterHMR,
    warn,
  } from '@vue/runtime-dom'
 -import { type Block, DynamicFragment, insert, isBlock, remove } from './block'
 +import {
 +  type Block,
++  DynamicFragment,
 +  insert,
 +  isBlock,
 +  remove,
 +  setComponentScopeId,
 +  setScopeId,
 +} from './block'
  import {
    type ShallowRef,
    markRaw,