Add most of components and prepare for V1 Release
This commit is contained in:
14
src/components/infoWindow.vue
Normal file
14
src/components/infoWindow.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
/* vim: set softtabstop=2 shiftwidth=2 expandtab : */
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div ref="flyaway"> <!-- so named because it will fly away to another component -->
|
||||
<slot>
|
||||
</slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default (function (x) { return x.default || x })(require('./infoWindowImpl.js'))
|
||||
</script>
|
||||
Reference in New Issue
Block a user