提交 3b182c41 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(slots): remove useless code

上级 5ae923ba
...@@ -21,13 +21,5 @@ ...@@ -21,13 +21,5 @@
default : { msg : string }, default : { msg : string },
footer : { msg : string } footer : { msg : string }
}>, }>,
data() {
return {}
},
methods: {}
} }
</script> </script>
<style>
</style>
\ No newline at end of file
...@@ -18,17 +18,5 @@ ...@@ -18,17 +18,5 @@
import child from './child.uvue'; import child from './child.uvue';
export default { export default {
components: { child }, components: { child },
data() {
return {}
},
onLoad() {
},
methods: {
}
} }
</script> </script>
<style>
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册