mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 19:29:02 +08:00
13 lines
398 B
Vue
13 lines
398 B
Vue
<template>
|
||
<div class="banner">
|
||
<span class="banner__message">
|
||
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!
|
||
</span>
|
||
<a href="https://github.com/sponsors/ueberdosis" class="banner__action">
|
||
Sponsor 💖
|
||
</a>
|
||
</div>
|
||
</template>
|
||
|
||
<style lang="scss" src="./style.scss"></style>
|