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

Commit

Permalink
Merge branch 'main' of github.com:protonemedia/laravel-splade-core
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Oct 18, 2023
2 parents 57826a4 + 3b464f6 commit 6675c59
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 6675c59

Please sign in to comment.