Mosqkiller/src/views/counter/index.vue

18 lines
246 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="app-container">
<p class="warn-content">
灭蚊侠提供健康环境你值得拥有
</p>
</div>
</template>
<script>
export default {
name: 'counter'
}
</script>
<style lang="scss">
</style>