Skip to content

Commit 80c8536

Browse files
committed
added prebuilt components
1 parent c426c11 commit 80c8536

File tree

1 file changed

+21
-0
lines changed
  • src/components/prebuilt_components

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<template>
2+
<div>
3+
</div>
4+
</template>
5+
6+
<script>
7+
8+
import VueDraggableResizable from 'vue-draggable-resizable'
9+
import 'vue-draggable-resizable/dist/VueDraggableResizable.css'
10+
11+
export default {
12+
name: 'Buttons',
13+
components: {
14+
VueDraggableResizable
15+
},
16+
pu// Vue calls the data function as part of creating a new component instance. data should return an object. Vue will then store on the component instance as $data.
17+
data() {
18+
return ({})
19+
}
20+
}
21+
</script>

0 commit comments

Comments
 (0)