mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
7
blocksuite/framework/inline/src/effects.ts
Normal file
7
blocksuite/framework/inline/src/effects.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { VElement, VLine, VText } from './components/index.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('v-element', VElement);
|
||||
customElements.define('v-line', VLine);
|
||||
customElements.define('v-text', VText);
|
||||
}
|
||||
Reference in New Issue
Block a user