Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<template>
|
||||
<view style="">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name:"show-remind",
|
||||
props:{
|
||||
msg: {type: String, default: ""},
|
||||
showType:{type:Number,default:0}
|
||||
}
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user