1.做好本页, 运行正常
2.将组件代码复制到<template>标签
3.将页面样式css复制到<style>标签 加scoped <style scoped>
4.将script标签 加入
export default{
//接受父组件参数
props:{
tabbar:Array
index:Number
},
method:{
}
}
4.将js复制到default对象内
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
网友评论