modified: .gitignore
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
<script setup>
|
||||
import AppLayout from "../Layouts/AppLayout.vue";
|
||||
|
||||
const props = defineProps({
|
||||
data: {
|
||||
type: Array,
|
||||
default: []
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
$END$
|
||||
<AppLayout>
|
||||
<pre v-for="d in data">
|
||||
{{ d }}
|
||||
</pre>
|
||||
</AppLayout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user