other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
adb2a0476bdf3d3760ffd8c7a819f416dcca15cc
Authored by
mod
2017-03-07 10:13:53 +0800
1 parent
1d8f7767
Support Backtop to 2.0
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
examples/routers/back-top.vue
Inline
Side-by-side
examples/routers/back-top.vue
Wrap text
Show/Hide comments
View file @
adb2a04
...
...
@@ -10,6 +10,13 @@
10
10
</template>
11
11
<script>
12
12
export default {
13
+ data(){
14
+ return {
13
15
16
+ }
17
+ },
18
+ mounted(){
19
+
20
+ }
14
21
}
15
22
</script>
...
...