Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/src/App.html b/src/App.html
deleted file mode 100644
index f80797e1f2..0000000000
--- a/src/App.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div id="app" v-bind:style="style">
- <nav class='container'>
- <div class='item'>
- <a route-to='friends-timeline' href="#">Pleroma FE</a>
- </div>
- </nav>
- <div class="container" id="content">
- <sidebar>
- <user-panel></user-panel>
- <nav-panel></nav-panel>
- </sidebar>
- <router-view></router-view>
- </div>
-</div>
diff --git a/src/App.vue b/src/App.vue
index e7e464dfca..09013d18f9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,4 +1,19 @@
-<template src="./App.html"></template>
+<template>
+ <div id="app" v-bind:style="style">
+ <nav class='container'>
+ <div class='item'>
+ <a route-to='friends-timeline' href="#">Pleroma FE</a>
+ </div>
+ </nav>
+ <div class="container" id="content">
+ <sidebar>
+ <user-panel></user-panel>
+ <nav-panel></nav-panel>
+ </sidebar>
+ <router-view></router-view>
+ </div>
+ </div>
+</template>
<script src="./App.js"></script>
<style lang="scss" src="./App.scss"></style>

File Metadata

Mime Type
text/x-diff
Expires
Fri, Aug 28, 11:30 AM (3 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1736374
Default Alt Text
(1 KB)

Event Timeline