mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 03:39:00 +08:00
11 lines
349 B
Vue
11 lines
349 B
Vue
|
<template>
|
|||
|
<div class="banner">
|
|||
|
We’re about to release <a href="https://blog.ueber.io/post/our-plan-for-tiptap-2/">tiptap 2</a>. Become a sponsor to get early access!
|
|||
|
<a href="https://github.com/sponsors/ueberdosis" class="banner__action">
|
|||
|
Sponsor 💖
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</template>
|
|||
|
|
|||
|
<style lang="scss" src="./style.scss"></style>
|