Commit adb2a0476bdf3d3760ffd8c7a819f416dcca15cc

Authored by mod
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
... ... @@ -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>
... ...