comparison client/src/App.vue @ 30:7ba0a77fd679

ol component added
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 25 Jun 2018 18:05:50 +0200
parents 7d242100af46
children b7ac2e4f9c5c
comparison
equal deleted inserted replaced
27:c3e2cd7fa46f 30:7ba0a77fd679
1 <template> 1 <template>
2 <div id="app"> 2 <div id="app">
3 <div id="nav">
4 </div>
5 <router-view/> 3 <router-view/>
6 </div> 4 </div>
7 </template> 5 </template>
8 6
9 <style lang="scss"> 7 <style lang="scss">