Skip to content

Commit

Permalink
updated base class to the v-image
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomite committed May 8, 2024
1 parent 2103b8b commit 8012dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/src/components/VImageNpr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const handleProvider = computed(() => {
</script>

<template>
<div class="v-image-npr">
<div class="v-image v-image-npr">
<VFlexibleLink
raw
:to="props.to"
Expand Down
2 changes: 1 addition & 1 deletion v2/src/components/VImagePublisher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ onMounted(async () => {
</script>

<template>
<div ref="refThisImg" class="v-image-publisher">
<div ref="refThisImg" class="v-image v-image-publisher">
<VFlexibleLink
raw
:to="props.to"
Expand Down
2 changes: 1 addition & 1 deletion v2/src/components/VImageWagtail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const handleProvider = computed(() => {
</script>

<template>
<div class="v-image">
<div class="v-image v-image-wagtail">
<VFlexibleLink
raw
:to="props.to"
Expand Down

0 comments on commit 8012dcb

Please sign in to comment.