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 a253dbf + 6a1b2a5 commit c957bd9Copy full SHA for c957bd9
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "vue-notion",
3
"version": "0.3.1",
4
- "description": "",
+ "description": "A Vue renderer for Notion pages",
5
+ "repository": "github:janniks/vue-notion",
6
"main": "dist/esm.js",
7
"browser": "dist/esm.js",
8
"module": "dist/esm.js",
src/components/block.vue
@@ -37,7 +37,7 @@
37
</template>
38
39
<script>
40
-import Blockable, { blockComputed } from "@/lib/blockable";
+import Blockable from "@/lib/blockable";
41
import NotionBookmark from "@/blocks/bookmark";
42
import NotionCallout from "@/blocks/callout";
43
import NotionCode from "@/blocks/code";
0 commit comments