tiptap/demos/setup
Raman Paulau f7f644f7b2
fix(vue-3): set editor's appContext.provide to forward inject chain (#5397)
Vue internally uses prototype chain to preserve injects across the entire component chain. Thus should avoid Object.assign or spread operator as it won't copy the prototype. All correct provides will be already present on `instance.provides`.
2024-07-29 17:02:15 +02:00
..
helper.ts Merge branch 'main' into develop 2023-07-17 13:03:44 +02:00
js.ts Require file extensions for imports and exports (#4001) 2023-06-30 21:03:49 +02:00
react.ts Merge branch 'main' into develop 2023-07-17 13:03:44 +02:00
style.scss docs: fix drawing demo 2024-07-02 18:13:08 +02:00
svelte.ts Merge branch 'main' into develop 2023-07-17 13:03:44 +02:00
vue.ts fix(vue-3): set editor's appContext.provide to forward inject chain (#5397) 2024-07-29 17:02:15 +02:00