[Vuejs]-I referred to vue.js formula, but I get an error

1👍

You should modify your code like as following

 <script>
    import Seached from "./components/index.vue";
    export default {
        data(){
            return {
                a:'',
                b:'',
                c:''
            }
        },
    }
</script>

Leave a comment