annotate client/src/components/importconfiguration/Import.vue @ 2968:8b32574bed09 unified_import

wip
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Apr 2019 15:12:49 +0200
parents
children 6f351e00e579
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2968
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <template>
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <h1>Hello</h1>
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 </template>
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5 <style></style>
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7 <script>
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8 export default {};
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9 </script>