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>