chore: fix build
This commit is contained in:
parent
6c66e974e5
commit
92c08f5a4a
|
|
@ -6,7 +6,7 @@ const params = useUrlSearchParams('hash-params')
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div :class="params.containerClass">
|
||||
<ComponentLoader :name="params.name.toString()" :type-name="'block'" />
|
||||
<div v-if="params.name" :class="params.containerClass">
|
||||
<ComponentLoader :name="params.name?.toString()" :type-name="'block'" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { CircleHelp, Info, Monitor, Phone, Smartphone, Tablet } from 'lucide-vue-next'
|
||||
import { CircleHelp, Info, Monitor, Smartphone, Tablet } from 'lucide-vue-next'
|
||||
import { reactive, ref, watch } from 'vue'
|
||||
import { codeToHtml } from 'shiki'
|
||||
import { compileScript, parse, walk } from 'vue/compiler-sfc'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user