We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 063dd9d + a8cb5b5 commit 89decbdCopy full SHA for 89decbd
.npmrc
src/blocks/decorator.vue
@@ -18,6 +18,7 @@
18
<a
19
v-else-if="decoratorKey === 'a'"
20
class="notion-link"
21
+ target="_blank"
22
:href="decoratorValue"
23
>
24
<NotionDecorator :content="nextContent" />
src/lib/blockable.js
@@ -15,6 +15,7 @@ export const blockProps = {
15
16
export const blockComputed = {
17
pass() {
+ // todo: make this more dynamic by iterating over blockProps attributes
return {
blockMap: this.blockMap,
contentId: this.contentId,
0 commit comments