Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85648428
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Aug 28, 11:30 AM (54 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1736374
Default Alt Text
(1 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment