tiptap/examples/Components/Banner/index.vue
2020-12-10 16:15:01 +01:00

13 lines
398 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="banner">
<span class="banner__message">
Were 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>