Vue self-adding error?

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Page Title</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
    <style>
    </style>
</head>
<body>
    <div id="app">
        <counter></counter>
    </div>
    <script>
        Vue.component("counter",{
            template:"<div @click="handleCount">{{number}}</div>",
            data:function(){
                return{
                    number:0
                }
            },
            medthods:{
                handleCount:function(){
                    this.numberPP
                }
            }
        })
        var app=new Vue({
            el:"-sharpapp"
            
        })
    </script>
</body>

clipboard.png

Jun.25,2021

are you sure your methods is correct. Huh?!

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b44a36-34af4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b44a36-34af4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?