vue开发实现评论列表

本文实例为大家分享了vue + element ui实现锚点定位的具体代码,供大家参考,具体内容如下

index.html



  
    
    
    
    y
  
  
    
     

main.js

// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'

Vue.config.productionTip = false

/* eslint-disable no-new */
new Vue({
  el: '#app',
  components: { App },
  template: '',
})

App.vue





Add.vue





List.vue





Item.vue





目录结构

vue开发实现评论列表_第1张图片

最终效果

vue开发实现评论列表_第2张图片

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

你可能感兴趣的:(vue开发实现评论列表)