*.vue 中 module.exports={} 是什么写法? 大括号中可以定义那些方法
 发布于 10 年前  作者 SpaceEmpire  9195 次预览  最后一次回复是 10 年前  来自 问答 

<template> <div>页面列表-List</div> </template>

<script> module.exports = { ready: function () { } } </script>