tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
fix: import component
finxol.io
3 months ago
5efc4100
d0022c86
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
2m 9s
+2
1 changed file
expand all
collapse all
unified
split
app
pages
posts
[...slug].vue
+2
app/pages/posts/[...slug].vue
···
1
1
<script setup lang="ts">
2
2
+
import A from "@/components/content/ProseA.vue";
3
3
+
2
4
const config = useRuntimeConfig().public;
3
5
const route = useRoute();
4
6