Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored and github-actions[bot] committed Oct 18, 2023
1 parent 91c5e4a commit 3b464f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GenericSpladeComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const props = defineProps({
bridge: {
type: Object,
required: true,
}
},
});
const template = ref(`<${props.bridge.tag}></${props.bridge.tag}>`);
Expand Down

0 comments on commit 3b464f6

Please sign in to comment.