Skip to content

Commit c957bd9

Browse files
authored
Merge pull request #23 from janniks/update
Update package
2 parents a253dbf + 6a1b2a5 commit c957bd9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "vue-notion",
33
"version": "0.3.1",
4-
"description": "",
4+
"description": "A Vue renderer for Notion pages",
5+
"repository": "github:janniks/vue-notion",
56
"main": "dist/esm.js",
67
"browser": "dist/esm.js",
78
"module": "dist/esm.js",

src/components/block.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</template>
3838

3939
<script>
40-
import Blockable, { blockComputed } from "@/lib/blockable";
40+
import Blockable from "@/lib/blockable";
4141
import NotionBookmark from "@/blocks/bookmark";
4242
import NotionCallout from "@/blocks/callout";
4343
import NotionCode from "@/blocks/code";

0 commit comments

Comments
 (0)