tiptap/demos
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
..
preview fix: fix shiki setup (#5347) 2024-07-15 14:05:47 +02:00
public add basic vite setup 2021-08-25 11:52:20 +02:00
setup fix(vue-3): set editor's appContext.provide to forward inject chain (#5397) 2024-07-29 17:02:15 +02:00
src fix(vue-3): set editor's appContext.provide to forward inject chain (#5397) 2024-07-29 17:02:15 +02:00
CHANGELOG.md chore(release): publish a new pre-release version 2024-07-15 14:52:21 +02:00
includeDependencies.txt docs: move docs to own repository (#5304) 2024-07-02 16:07:10 +02:00
index.html redirect demos 2021-08-26 10:06:14 +02:00
package.json chore(release): publish a new pre-release version 2024-07-15 14:52:21 +02:00
postcss.config.cjs chore: update package versions for prosemirror 2024-06-28 08:17:13 +02:00
tailwind.config.js bump tailwind; add tailwind to demos 2023-05-08 11:37:20 +02:00
tsconfig.base.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.react.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-2.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
tsconfig.vue-3.json check ts correctly on demo build 2021-09-17 23:44:01 +02:00
vite.config.ts fix: fix shiki setup (#5347) 2024-07-15 14:05:47 +02:00