forked from trent_larson/crowd-funder-for-time-pwa
First roll out of an AlertMessage control
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { Component, Vue } from "vue-facing-decorator";
|
||||
import { Component, Prop, Vue } from "vue-facing-decorator";
|
||||
|
||||
@Component
|
||||
export default class AlertMessage extends Vue {
|
||||
alertTitle = "";
|
||||
alertMessage = "";
|
||||
@Prop alertTitle = "";
|
||||
@Prop alertMessage = "";
|
||||
|
||||
public onClickClose() {
|
||||
this.alertTitle = "";
|
||||
|
||||
Reference in New Issue
Block a user