fix build

This commit is contained in:
Suha Siddiqui
2022-06-08 13:05:38 -04:00
parent 7d1b6564a7
commit 9cd757528e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"serve": "vite", "serve": "vite",
"build": "vue-tsc --noEmit && yarn lint && vite build", "build": "vue-tsc --noEmit && vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -3,7 +3,7 @@
<!-- <div class="markdown-test" v-html="encodeHtml(docstringTest)"></div> --> <!-- <div class="markdown-test" v-html="encodeHtml(docstringTest)"></div> -->
<h2>Modules</h2> <h2>Modules</h2>
<div class="api" v-for="api of apis" :key="api[0]"> <div class="api" v-for="api of apis" :key="api[0].toString()">
<div class="header clickable"> <div class="header clickable">
<span class="name">{{api[0]}}</span> <span class="name">{{api[0]}}</span>
<span class="desc" v-html="api[1]"></span> <span class="desc" v-html="api[1]"></span>