all
This commit is contained in:
@@ -26,7 +26,9 @@ const _sfc_main = defineComponent({
|
||||
const props = __props;
|
||||
const { t } = useI18n();
|
||||
const slots = useSlots();
|
||||
const description = computed(() => props.description ? props.description : t("empty.description"));
|
||||
const description = computed(
|
||||
() => props.description ? props.description : t("empty.description")
|
||||
);
|
||||
return (_ctx, _cache) => {
|
||||
return openBlock(), createElementBlock("div", _hoisted_1, [
|
||||
createElementVNode("div", _hoisted_2, [
|
||||
|
||||
Reference in New Issue
Block a user