chore: split index.css

This commit is contained in:
就眠儀式
2022-03-12 19:39:07 +08:00
parent 633af9be24
commit 8321ef1e25
33 changed files with 1503 additions and 1440 deletions

View File

@@ -11,9 +11,9 @@ import "@docsearch/css";
onMounted(() => {
docsearch({
container: "#docsearch",
appId: "Y8NT7MICRP",
apiKey: "fb23e7bbc001828e56c50d66e6be26b2",
indexName: "indexName"
appId: "BIYZTK0F0Q",
apiKey: "4b228ca4dcda0f1d5d9ff9938c2b4f59",
indexName: "layui-vue"
});
});
</script>