mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
#173 Implement dynamic modals functionality
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>This is a custom component</h1>
|
||||
<p>{{ text }}</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['text']
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user