美文网首页
uni-app 页面转组件

uni-app 页面转组件

作者: 心愿2016 | 来源:发表于2020-01-16 10:35 被阅读0次

    1.做好本页, 运行正常

    2.将组件代码复制到<template>标签

    3.将页面样式css复制到<style>标签 加scoped  <style scoped>

    4.将script标签 加入

       export default{

         //接受父组件参数

       props:{

         tabbar:Array

          index:Number

      },

     method:{

      }

     }

    4.将js复制到default对象内

    相关文章

      网友评论

          本文标题:uni-app 页面转组件

          本文链接:https://www.haomeiwen.com/subject/aqvnictx.html