mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
14 lines
134 B
Vue
14 lines
134 B
Vue
<template>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Modal',
|
|
data() {
|
|
return {
|
|
disabled: true
|
|
}
|
|
}
|
|
}
|
|
</script>
|