fix build
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"dev": "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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
<!-- <div class="markdown-test" v-html="encodeHtml(docstringTest)"></div> -->
|
||||
|
||||
<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">
|
||||
<span class="name">{{api[0]}}</span>
|
||||
<span class="desc" v-html="api[1]"></span>
|
||||
|
||||
Reference in New Issue
Block a user